-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.08 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
{
"name": "@sxf/ms2",
"version": "0.0.2",
"description": "mock server for fe dev",
"keywords": [
"mock",
"dev"
],
"bin": {
"ms2": "./bin/ms2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./"
},
"engines": {
"node": ">= 8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhinonan/mock-server.git"
},
"author": "husan_",
"license": "ISC",
"bugs": {
"url": "https://github.com/rhinonan/mock-server/issues"
},
"homepage": "https://github.com/rhinonan/mock-server#readme",
"dependencies": {
"chokidar": "^2.1.2",
"commander": "^2.19.0",
"debug": "^4.1.1",
"http-proxy": "^1.17.0",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-json": "^2.0.2",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"semver": "^5.6.0"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
}
}