-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
43 lines (43 loc) · 968 Bytes
/
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
{
"name": "json2vue",
"version": "0.0.3",
"description": "以json方式生成vue,可用于后端控制前端Vue组件生成",
"main": "./dist/json2vue.min.js",
"module": "./dist/json2vue.min.js",
"unpkg": "./dist/json2vue.min.js",
"jsdelivr": "./dist/json2vue.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bili"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xaboy/json2vue.git"
},
"files": [
"README.md",
"package.json",
"LICENSE",
"src",
"dist"
],
"keywords": [
"vue",
"json",
"json2vue"
],
"author": "xaboy",
"license": "MIT",
"bugs": {
"url": "https://github.com/xaboy/json2vue/issues"
},
"homepage": "https://github.com/xaboy/json2vue#readme",
"devDependencies": {
"bili": "^4.8.1",
"rollup-plugin-typescript2": "^0.22.1",
"typescript": "^3.5.3"
},
"dependencies": {
"vue": "^2.6.10"
}
}