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

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