@vue.ts/language
Version:
Vue 3 Language Helper
44 lines • 954 B
JSON
{
"name": "@vue.ts/language",
"version": "0.6.0",
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",
"description": "Vue 3 Language Helper",
"keywords": [
"volar",
"vue"
],
"homepage": "https://github.com/so1ve/vue.ts/tree/main/packages/language#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/so1ve/vue.ts.git",
"directory": "/"
},
"bugs": {
"url": "https://github.com/so1ve/vue.ts/issues"
},
"license": "MIT",
"sideEffects": false,
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@volar/typescript": "~2.1.6",
"@vue/language-core": "2.0.7",
"@vue.ts/common": "0.6.0"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}