UNPKG

mock-servicer

Version:

用于提供模拟数据的node服务器。

34 lines (33 loc) 823 B
{ "name": "mock-servicer", "version": "1.3.0", "description": "用于提供模拟数据的node服务器。", "main": "index.js", "scripts": { "test": "nodejs -s", "debug": "echo 'chrome://inspect/#devices' && node --inspect ./test/index.js" }, "bin": { "mock-servicer": "bin/run" }, "repository": { "type": "git", "url": "git+https://github.com/hai2007/mock-servicer.git" }, "keywords": [ "mock", "nodejs" ], "author": "你好2007", "license": "MIT", "bugs": { "url": "https://github.com/hai2007/mock-servicer/issues" }, "homepage": "https://github.com/hai2007/mock-servicer#readme", "dependencies": { "@hai2007/nodejs": "^2.2.0", "@hai2007/tool": "^0.6.6", "hash-sum": "^2.0.0", "mockjs": "^1.1.0" } }