-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.28 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
{
"name": "koa-oai-router-cache",
"version": "1.3.0",
"description": "cache plugin for koa-oai-router",
"main": "src/cache.js",
"scripts": {
"ci": "npm run lint && npm run test",
"test": "jest test",
"lint": "node_modules/.bin/eslint src"
},
"keywords": [
"koa",
"swagger",
"oai",
"openapi",
"restful",
"api",
"router"
],
"author": "bitebit",
"license": "MIT",
"dependencies": {
"catbox": "^10.0.2",
"catbox-memory": "^3.1.2",
"debug": "^3.1.0",
"lodash.groupby": "^4.6.0",
"lodash.map": "^4.6.0",
"lodash.pick": "^4.4.0",
"readall": "^1.1.0",
"serialize-javascript": "^1.4.0",
"timestring": "^5.0.0"
},
"peerDependencies": {
"koa-oai-router": "^2.0.0-alpha.4 || ^2.0.0"
},
"devDependencies": {
"all": "0.0.0",
"babel-core": "^6.26.0",
"babel-jest": "^22.1.0",
"babel-preset-env": "^1.6.1",
"bluebird": "^3.5.1",
"catbox-redis": "^4.0.0",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"jest": "^22.1.4",
"koa": "^2.4.1",
"koa-bodyparser": "^3.2.0",
"koa-oai-router": "^2.0.0-alpha.2",
"koa-oai-router-middleware": "^1.0.0",
"regenerator-runtime": "^0.11.1",
"supertest": "^3.0.0"
}
}