first commit

This commit is contained in:
编码猿
2024-09-27 00:58:46 +08:00
commit 92916abf8f
156 changed files with 19331 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"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"
}
}