-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "zuo-deploy",
"version": "1.0.8",
"description": "CI CD server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zuoxiaobai/zuo-deploy.git"
},
"keywords": [
"ci",
"cd",
"deploy"
],
"author": "dev-zuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/zuoxiaobai/zuo-deploy/issues"
},
"homepage": "https://github.com/zuoxiaobai/zuo-deploy#readme",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "2.5.1"
},
"bin": {
"zuodeploy": "./bin/zuodeploy.js"
},
"dependencies": {
"@koa/multer": "3.0.0",
"commander": "9.0.0",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"koa-router": "10.1.1",
"koa-session": "6.2.0",
"koa-static": "5.0.0",
"log4js": "6.4.1",
"multer": "1.4.5-lts.1",
"prompts": "2.4.2",
"socket.io": "4.4.1"
}
}