-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.36 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
{
"name": "lark-router-config",
"version": "1.3.0",
"description": "A router configure lib for lark-router",
"directories": {
"example": "example"
},
"dependencies": {
"debug": "^3.1.0",
"escape-string-regexp": "^1.0.5",
"extend": "^3.0.1",
"lark-config": "^3.2.4",
"vi-misc": "^1.13.2"
},
"devDependencies": {
"eslint": "^4.15.0",
"istanbul": "^1.1.0-alpha.1",
"koa": "^2.4.1",
"koa-router": "^7.3.0",
"lark-mvc": "^3.1.4",
"mocha": "^4.1.0",
"should": "^13.2.0",
"supertest": "^3.0.0"
},
"scripts": {
"lint": "./node_modules/.bin/eslint index.js src/**",
"test:clear-env": "npm unlink lark-router-config && npm unlink && npm install",
"test:prepare-env": "npm link && npm link lark-router-config",
"pretest": "npm run test:clear-env && npm run lint && npm run test:prepare-env",
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should --recursive test",
"posttest": "npm run test:clear-env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larkjs/lark-router-config.git"
},
"keywords": [
"lark",
"lark-router"
],
"author": "Sun Haohao",
"license": "MIT",
"bugs": {
"url": "https://github.com/larkjs/lark-router-config/issues"
},
"homepage": "https://github.com/larkjs/lark-router-config#readme"
}