-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.34 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
50
51
52
53
54
55
56
57
58
59
{
"name": "yiai-cli",
"version": "1.1.3",
"description": "CLI for Prjects",
"bin": {
"yiai": "bin/yiai"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lq782655835/yiai-cli.git"
},
"keywords": [
"cli"
],
"author": "springleo",
"license": "MIT",
"bugs": {
"url": "https://github.com/lq782655835/yiai-cli/issues"
},
"homepage": "https://github.com/lq782655835/yiai-cli#readme",
"engines": {
"node": ">=8"
},
"scripts": {
"github": "sh deploy.sh",
"release": "standard-version -i CHANGELOG.md -r patch",
"test": "mocha --timeout 60000 test/**/*.spec.js"
},
"dependencies": {
"basic-auth-connect": "^1.0.0",
"chalk": "^2.4.1",
"commander": "^5.1.0",
"compression": "^1.6.2",
"connect": "3.4.x",
"didyoumean": "^1.2.1",
"figlet": "^1.2.1",
"git-clone": "^0.1.0",
"git-sync-tool": "^1.0.1",
"http2": "^3.3.6",
"inquirer": "^6.2.1",
"less-middleware": "2.1.x",
"morgan": "^1.7.0",
"opn": "4.0.x",
"ora": "^4.0.3",
"pug": "*",
"semver": "^7.3.2",
"serve-favicon": "2.3.x",
"serve-index": "1.8.x",
"serve-static": "1.11.x",
"shelljs": "^0.8.2",
"stylus": "*",
"update-notifier": "^4.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.1",
"standard-version": "^7.1.0"
}
}