-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "@toomee/api-proxy",
"version": "1.2.2",
"description": "node 前后端分离接口代理模块",
"main": "lib/model-proxy.js",
"scripts": {
"test": "nyc ava",
"test-cov": "nyc --reporter=html --reporter=text ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toomeefed/api-proxy.git"
},
"keywords": [],
"author": "楼教主 <fe.52cik@gmail.com> (http://www.52cik.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/toomeefed/api-proxy/issues"
},
"homepage": "https://github.com/toomeefed/api-proxy#readme",
"dependencies": {
"@sindresorhus/is": "^0.11.0",
"@toomee/maybe-store": "^1.1.3",
"got": "^8.3.2",
"koa-compose": "^4.1.0",
"ms": "^2.1.1"
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.2",
"delay": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"get-port": "^3.2.0",
"nyc": "^12.0.2"
},
"engines": {
"node": ">=8.6.0"
}
}