{ "name": "vue-tsc", "version": "0.0.8", "files": [ "typescript", "proxy.js", "volar.vsix", "vue-tsc.js" ], "repository": { "type": "git", "url": "https://github.com/johnsoncodehk/vue-tsc.git" }, "bugs": { "url": "https://github.com/johnsoncodehk/vue-tsc/issues" }, "homepage": "https://github.com/johnsoncodehk/vue-tsc#readme", "scripts": { "prepack": "node ./clone-typescript" }, "bin": { "vue-tsc": "./vue-tsc.js" }, "dependencies": { "unzipper": "latest" }, "devDependencies": { "@types/node": "latest", "@types/fs-extra": "latest", "fs-extra": "latest", "typescript": "latest" } }