-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.17 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
{
"name": "cb-cli",
"version": "1.0.0",
"description": "分享搭建cli过程",
"directories": {
"lib": "lib"
},
"bin": {
"cb": "index.js"
},
"scripts": {
"build": "cb build"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zhuangweizhan/cb-cli.git"
},
"keywords": [
"cb",
"cli"
],
"author": "zhuangweizhan",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhuangweizhan/cb-cli/issues"
},
"dependencies": {
"body-parser": "^1.18.2",
"chokidar": "^2.0.3",
"commander": "^6.2.1",
"execa": "^5.0.0",
"fs-extra": "^10.0.0",
"inquirer": "^7.3.3",
"koa": "^2.7.0",
"koa-body": "^4.1.1",
"koa-bodyparser": "^4.3.0",
"koa-json": "^2.0.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-router": "^7.4.0",
"koa-static": "^3.0.0",
"koa-static-cache": "^5.1.2",
"koa-views": "^6.3.1",
"koa2-formidable": "^1.0.3",
"koa2-request": "^1.0.4",
"minimist": "^1.2.6",
"mockjs": "^1.0.1-beta3",
"mustache": "^4.2.0",
"portfinder": "^1.0.13"
},
"homepage": "https://github.com/zhuangweizhan/cb-cli#readme"
}