UNPKG

823 BJSONView Raw
1{
2 "name": "mock-servicer",
3 "version": "1.3.0",
4 "description": "用于提供模拟数据的node服务器。",
5 "main": "index.js",
6 "scripts": {
7 "test": "nodejs -s",
8 "debug": "echo 'chrome://inspect/#devices' && node --inspect ./test/index.js"
9 },
10 "bin": {
11 "mock-servicer": "bin/run"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/hai2007/mock-servicer.git"
16 },
17 "keywords": [
18 "mock",
19 "nodejs"
20 ],
21 "author": "你好2007",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/hai2007/mock-servicer/issues"
25 },
26 "homepage": "https://github.com/hai2007/mock-servicer#readme",
27 "dependencies": {
28 "@hai2007/nodejs": "^2.2.0",
29 "@hai2007/tool": "^0.6.6",
30 "hash-sum": "^2.0.0",
31 "mockjs": "^1.1.0"
32 }
33}