-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1018 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
44
45
46
47
48
49
{
"name": "dfsj-auth-creator",
"version": "0.0.3",
"description": "权限管理系统脚手架",
"bin": {
"dfsj-cli": "./bin/dfsj-cli.js"
},
"main": "./lib/index.js",
"scripts": {
"serve": "gulp start",
"build": "gulp build"
},
"files": [
"package.json",
"README.md",
"lib"
],
"keywords": [
"vue3",
"dfsj",
"auth",
"auth 脚手架",
"脚手架",
"dfsj-cli"
],
"repository": {
"type": "git",
"url": "https://github.com/wzx-3015/dfsj-cli"
},
"author": "wzx <834529118@qq.com>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/node": "^7.15.4",
"@babel/preset-env": "^7.15.4",
"chalk": "^4.1.2",
"clear-console": "^1.1.0",
"commander": "^8.1.0",
"del": "^6.0.0",
"download-git-repo": "^3.0.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-watch": "^5.0.1",
"inquirer": "^8.1.2",
"ora": "3.4.0",
"shelljs": "^0.8.4"
}
}