28 lines
532 B
JSON
28 lines
532 B
JSON
{
|
|
"name": "vue-tsc",
|
|
"version": "1.8.8",
|
|
"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": {
|
|
"@vue/language-core": "1.8.8",
|
|
"@vue/typescript": "1.8.8",
|
|
"semver": "^7.3.8"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "*"
|
|
},
|
|
"gitHead": "62a08c35722319bcca90ea3ebd3236fbd986a6a6"
|
|
}
|