-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.17 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
48
{
"name": "@gzzhanghao/mocker",
"version": "3.0.3",
"description": "A simple mockup server",
"main": "lib",
"bin": {
"mocker": "./bin/index.js"
},
"files": [
"bin",
"lib"
],
"scripts": {
"prepublish": "npm run build",
"build": "babel src -d lib",
"dev": "babel src -d lib --watch"
},
"author": "Jason <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"commander": "^2.19.0",
"event-to-promise": "^0.8.0",
"http-parser-js": "^0.5.0",
"node-fetch": "^2.2.1",
"node-forge": "^0.9.1",
"pac-resolver": "^3.0.0",
"socks": "^2.2.2"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gzzhanghao/mocker.git"
},
"bugs": {
"url": "https://github.com/gzzhanghao/mocker/issues"
},
"homepage": "https://github.com/gzzhanghao/mocker#readme"
}