数通智联化工云平台
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.
 
 
 
 
 

28 lines
534 B

{
"name": "vue-tsc",
"version": "1.8.22",
"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/tsc"
},
"bin": {
"vue-tsc": "./bin/vue-tsc.js"
},
"dependencies": {
"@volar/typescript": "~1.10.5",
"@vue/language-core": "1.8.22",
"semver": "^7.5.4"
},
"peerDependencies": {
"typescript": "*"
},
"gitHead": "1e8d09af0282c42dd816671ffcd5a2321276e3c3"
}