-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 901 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 901 Bytes
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
{
"name": "fgen-cli",
"version": "1.0.4",
"description": "vue-ele-form-generator的cli工具",
"main": "index.js",
"author": "zhangchaojie <1098626505@qq.com>",
"license": "MIT",
"private": false,
"bin": {
"fgen": "./bin/fgen"
},
"scripts": {
"start": "node bin/fgen",
"dev": "node bin/fgen",
"prepublishOnly": "deno -A ./move.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dream2023/fgen-cli"
},
"keywords": [
"vue-ele-form",
"vue-ele-form-generator",
"cli",
"form-designer",
"form-design",
"form schema"
],
"dependencies": {
"chalk": "^3.0.0",
"commander": "^4.1.0",
"internal-ip": "^5.0.0",
"open": "^7.0.2",
"semver": "^7.1.3",
"serve-handler": "^6.1.2",
"update-notifier": "^4.0.0",
"vue-ele-form-generator": "^2.2.1"
},
"engines": {
"node": ">=8.9.4"
}
}