-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.74 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "koa-isomorphic-router",
"version": "1.0.1",
"main": "index.js",
"types": "index.d.ts",
"description": "The fastest elegant modern amiable Koa.js Router ⚡.",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/3imed-jaberi/koa-isomorphic-router.git"
},
"scripts": {
"size": "bundlesize --config bundlesize.config.json",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha index.spec.js --exit",
"precoverage": "rimraf .nyc_output coverage",
"coverage": "nyc npm run test",
"preci": "npm run size",
"ci": "npm run coverage"
},
"keywords": [
"koa",
"koa-isomorphic-router",
"middleware",
"router",
"isomorphic-router",
"fast-router",
"route",
"http",
"server",
"isomorphic",
"fast",
"crazy"
],
"author": {
"name": "imed jaberi",
"email": "imed-jaberi@outlook.com",
"url": "https://www.3imed-jaberi.com"
},
"license": "MIT",
"dependencies": {
"hashlru": "^2.3.0",
"koa-compose": "^4.1.0",
"trek-router": "^1.2.0"
},
"peerDependencies": {
"koa": "^2.0.0"
},
"devDependencies": {
"bundlesize": "^0.18.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"koa": "^2.13.0",
"mocha": "^7.1.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"supertest": "^4.0.2"
},
"enignes": {
"node": ">= 10.0.0"
},
"bugs": {
"url": "https://github.com/3imed-jaberi/koa-isomorphic-router/issues"
},
"homepage": "https://github.com/3imed-jaberi/koa-isomorphic-router#readme"
}