数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
544 B

2 years ago
{
"name": "vue-tsc",
"version": "1.6.5",
"main": "out/index.js",
"license": "MIT",
"files": [
"bin",
"out/**/*.js",
"out/**/*.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/vuejs/language-tools.git",
"directory": "packages/vue-tsc"
},
"bin": {
"vue-tsc": "./bin/vue-tsc.js"
},
"dependencies": {
"@volar/vue-language-core": "1.6.5",
"@volar/vue-typescript": "1.6.5",
"semver": "^7.3.8"
},
"peerDependencies": {
"typescript": "*"
},
"gitHead": "d9f0c995e254bd0a3acf910c6a766aabd56792a7"
}