-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "express-kv-api",
"version": "0.1.11",
"description": "express插件:key-value 形式,简单模拟api",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"dev": "node ./example/app.js",
"test": "mocha",
"doc": "jsdoc -d ./docs -c ./jsdoc.conf.json ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/talltotal/express-kv-api.git"
},
"keywords": [
"express",
"api",
"router",
"map",
"mock"
],
"author": "talltotal <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/talltotal/express-kv-api/issues"
},
"homepage": "https://github.com/talltotal/express-kv-api#readme",
"dependencies": {
"glob": "^7.1.6",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"node-watch": "^0.7.2",
"path-to-regexp": "^6.1.0"
},
"devDependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"mocha": "^9.1.3",
"portfinder": "^1.0.28",
"supertest": "^6.2.1"
}
}