forked from jaywcjlove/mocker-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1004 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 1004 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
40
41
42
43
44
45
46
47
48
{
"name": "mocker-api",
"version": "1.11.2",
"description": "This is dev support mock RESTful API.",
"bin": {
"mocker": "./bin/mocker.js"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jaywcjlove/mocker-api.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin",
"src",
"utils"
],
"keywords": [
"express",
"webpack-dev-server",
"webpack-api-mocker",
"webpack",
"mocker-api",
"mock",
"mocker",
"api",
"fetch",
"react",
"create-react-app"
],
"author": "Kenny Wong <kennyiseeyou@gmail.com>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"chokidar": "^3.3.1",
"clear-module": "^4.0.0",
"colors-cli": "^1.0.23",
"detect-port": "^1.3.0",
"express": "^4.17.1",
"http-proxy": "^1.18.0",
"local-ip-url": "^1.0.2",
"path-to-regexp": "^6.1.0"
},
"devDependencies": {}
}