UNPKG

570 BJSONView Raw
1{
2 "name": "koa-compose",
3 "description": "compose Koa middleware",
4 "repository": "koajs/compose",
5 "version": "4.2.0",
6 "keywords": [
7 "koa",
8 "middleware",
9 "compose"
10 ],
11 "files": [
12 "index.js"
13 ],
14 "dependencies": {},
15 "devDependencies": {
16 "codecov": "^3.0.0",
17 "jest": "^21.0.0",
18 "matcha": "^0.7.0",
19 "standard": "^10.0.3"
20 },
21 "scripts": {
22 "bench": "matcha bench/bench.js",
23 "lint": "standard --fix .",
24 "test": "jest --forceExit --coverage"
25 },
26 "jest": {
27 "testEnvironment": "node"
28 },
29 "license": "MIT"
30}