-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@palerock/vue2-annotate",
"version": "1.0.21",
"description": "Using annotate for Vue",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"demo": "nodemon demo",
"build": "babel src -d dist",
"do-publish": "npm run build && npm publish --access public"
},
"dependencies": {
"@palerock/annotate-js": "^1.2.41",
"@babel/polyfill": "^7.11.5"
},
"files": [
"src",
"dist",
"demo",
"package.json",
"LICENSE",
"readme.md",
"types/*.d.ts"
],
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/cli": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"nodemon": "^1.19.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canguser/vue2-annotate.git"
},
"keywords": [
"Vue",
"Annotate",
"Decorator"
],
"author": "Cangshi",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/canguser/vue2-annotate/issues"
},
"homepage": "https://github.com/canguser/vue2-annotate#readme"
}