astro-ghostcms/.pnpm-store/v3/files/09/2bae9665f21cc90621af8eca87e...

25 lines
438 B
Plaintext

{
"name": "typescript-auto-import-cache",
"version": "0.3.2",
"main": "out/index.js",
"license": "MIT",
"files": [
"out/**/*.js",
"out/**/*.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/volarjs/typescript-auto-import-cache.git"
},
"scripts": {
"prepublishOnly": "tsc"
},
"devDependencies": {
"@types/semver": "^7.3.13",
"typescript": "latest"
},
"dependencies": {
"semver": "^7.3.8"
}
}