Files
Vue3Template/tsVue3Decorators/package.json
2024-09-27 00:58:46 +08:00

20 lines
466 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "vue3decorators",
"version": "1.2.8",
"description": "基于Vue3+TypeScript写的注解推荐搭配Vue3Template使用",
"main": "index.js",
"typings": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"reflect-metadata": "^0.1.13",
"tslib": "^1.10.0"
},
"devDependencies": {
"@types/node": "^13.7.1"
}
}