UNPKG

simulateagent

Version:
35 lines (34 loc) 733 B
{ "name": "simulateagent", "version": "1.1.1", "description": "Simulated apis for web developers", "main": "./index.js", "scripts": { "start": "./index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/dashng/mock-api-server.git" }, "preferGlobal": true, "bin": { "simulate-api": "./index.js" }, "author": "dsscnt@163.com", "license": "ISC", "keywords": [ "mock api", "simulate api", "fake api" ], "dependencies": { "bluebird": "^3.5.3", "compression": "^1.7.3", "ejs": "^2.6.1", "express": "^4.16.4", "lodash": "^4.17.11", "sqlite3": "^4.0.6", "winston": "^3.2.1" } }