-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 980 Bytes
/
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
{
"name": "mocked-js",
"version": "0.0.7",
"description": "",
"main": "index.js",
"preferGlobal": true,
"bin": {
"mocked": "bin/mocked"
},
"scripts": {
"dev": "yarn || npm install && npm run start",
"start": "node src/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XingzheFE/Mocked.git"
},
"keywords": [
"mocked-js",
"mocked",
"mock",
"mockserver"
],
"author": "xingzheFE",
"license": "MIT",
"bugs": {
"url": "https://github.com/XingzheFE/Mocked/issues"
},
"homepage": "https://github.com/XingzheFE/Mocked#readme",
"devDependencies": {
"rollup": "^0.41.6"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"ws": "^3.0.0"
},
"engines": {
"node": ">=4.0.0"
}
}