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