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