@vue.ts/language
Version:
Vue 3 Language Helper
44 lines • 969 B
JSON
{
"name": "@vue.ts/language",
"version": "1.0.0-beta.5",
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",
"type": "module",
"description": "Vue 3 Language Helper",
"keywords": [
"volar",
"vue",
"vue.ts"
],
"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": {
".": "./dist/index.js"
},
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@volar/typescript": "~2.4.22",
"@vue/language-core": "3.0.1",
"@vue.ts/shared": "1.0.0-beta.5"
},
"scripts": {
"build": "tsdown",
"watch": "tsdown --watch"
}
}