node-mocker-server
Version:
File based Node REST API mock server
85 lines (84 loc) • 2.03 kB
JSON
{
"name": "node-mocker-server",
"version": "0.0.1",
"description": "File based Node REST API mock server",
"email": "choushi@gmail.com",
"author": "Stone Shi <choushi@gmail.com>",
"url": "https://github.com/zerostone/node-mock-server",
"repository": {
"type": "github",
"url": "https://github.com/zerostone/node-mock-server"
},
"bugs": {
"url": "https://github.com/zerostone/node-mock-server/issues"
},
"scripts": {
"demo": "node demo/index.js",
"demo-tunnel": "node demo/tunnel.js",
"test": "mocha --exit test/tests.js",
"test:watch": "mocha --colors test/tests.js",
"posttest": "npm run lint",
"lint": "npm run lint:js",
"lint:js": "node_modules/.bin/eslint .",
"start": "dash4"
},
"main": "mock-server.js",
"keywords": [
"node",
"node.js",
"npm",
"mock",
"rest",
"REST",
"rest API",
"REST API",
"api",
"API",
"json",
"DTO",
"Datatransferobject",
"Swagger",
"documentation",
"REST API documentation",
"cli"
],
"engines": {
"node": ">=6"
},
"preferGlobal": false,
"private": false,
"license": "MIT",
"dependencies": {
"chip": "0.0.5",
"ejs": "2.6.1",
"cookie-parser": "1.4.5",
"deasync": "0.1.20",
"es6-promise-polyfill": "1.2.0",
"express": "4.17.1",
"extend": "3.0.2",
"faker": "4.1.0",
"inflect": "0.4.1",
"inquirer": "5.2.0",
"make-dir": "1.3.0",
"mime-types": "2.1.27",
"minimatch": "3.0.4",
"opener": "1.5.1",
"p-series": "2.1.0",
"request": "2.88.2",
"yamljs": "0.3.0",
"react-dev-utils": "5.0.2"
},
"devDependencies": {
"@dash4/plugin-dependencies": "0.8.4",
"@dash4/plugin-npm-scripts": "0.8.4",
"@dash4/plugin-readme": "0.8.4",
"@dash4/plugin-terminal": "0.8.4",
"@dash4/server": "0.8.4",
"@namics/eslint-config": "8.0.7",
"ajv": "6.12.2",
"babel-eslint": "10.1.0",
"eslint": "7.0.0",
"eslint-plugin-import": "2.20.2",
"mocha": "7.1.2"
}
}