-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 970 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 970 Bytes
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
{
"name": "mockjs-server-cli",
"version": "1.2.4",
"description": "An express server that relies on mockjs to simulate the CLI of interface data",
"main": "index.js",
"bin": {
"mockjs-server": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronffy/mockjs-server-cli.git"
},
"keywords": [
"mock",
"mockjs",
"server",
"express"
],
"author": "ronffy",
"license": "MIT",
"bugs": {
"url": "https://github.com/ronffy/mockjs-server-cli/issues"
},
"homepage": "https://github.com/ronffy/mockjs-server-cli#readme",
"dependencies": {
"@types/body-parser": "^1.17.0",
"@types/chalk": "^2.2.0",
"@types/express": "^4.17.0",
"@types/lodash": "^4.14.134",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"express": "^4.17.1",
"lodash": "^4.17.11"
}
}