UNPKG

mockm

Version:

Analog interface server, painless parallel development of front and back ends.

107 lines 2.68 kB
{ "name": "mockm", "version": "1.1.27", "description": "Analog interface server, painless parallel development of front and back ends.", "main": "server.js", "bin": { "mm": "run.js", "mockm": "run.js" }, "repository": { "type": "git", "url": "git://github.com/wll8/mockm.git" }, "dependencies": { "@babel/runtime-corejs3": "^7.27.6", "@httptoolkit/httpolyglot": "^2.2.2", "@wll8/better-mock": "^0.3.3-alpha", "@wll8/express-ws": "^1.0.6", "@wll8/json-server": "^0.17.5-alpha.1", "address": "^1.2.2", "axios": "^0.30.0", "body-parser": "^1.20.3", "chokidar": "^3.6.0", "compression": "^1.8.0", "core-js": "^3.43.0", "default-gateway": "^6.0.3", "express-urlrewrite": "^1.4.0", "filenamify": "4.3.0", "http-proxy-middleware": "^2.0.9", "lodash.clonedeep": "^4.5.0", "lodash.drop": "^4.1.1", "lodash.orderby": "^4.6.0", "lodash.take": "^4.1.1", "mime": "^3.0.0", "morgan": "^1.10.0", "node-http-proxy-json": "^0.1.9", "path-to-regexp": "0.1.12", "pm2": "^6.0.8", "postinstall-postinstall": "^2.1.0", "vm2": "^3.9.19", "whatnpm": "^1.0.0" }, "devDependencies": { "eslint": "7.32.0", "nodemon": "^2.0.22" }, "optionalDependencies": { "connect-history-api-fallback": "1.6.0", "curlconverter": "3.21.0", "get-port": "5.1.1", "hostile": "1.4.0", "multiparty": "4.2.3", "node-fetch": "2.7.0", "request": "2.88.2", "translate-platforms": "0.0.7", "yaml": "1.10.2" }, "pluginDependencies": { "joi": "^17.7.0", "joi-to-swagger": "^6.2.0", "ngrok": "^4.2.2" }, "scripts": { "lint": "eslint --ignore-path ../.gitignore .", "dts": "npx shx mkdir -p ./node_modules/mockm & npx shx cp -r ./@types ./node_modules/mockm/", "dev": "nodemon --ignore page/ -q -w \"*.js\" --exec \"node run.js --config=.dev.mm.config.js --log-line\"", "serve": "node run.js --log-line", "start:page": "cd page && browser-sync start --no-notify --server --files '**/**'", "test": "echo \"Error: no test specified\" && exit 1" }, "engines": { "node": ">=10.12.0" }, "os": [ "win32", "darwin", "linux" ], "homepage": "https://wll8.github.io/mockm/", "keywords": [ "JSON", "server", "fake", "REST", "API", "prototyping", "mock", "mocking", "test", "testing", "rest", "data", "dummy", "sandbox" ], "author": "xw", "license": "MIT", "env": { "node": "20.19.4", "pnpm": "10.13.1" }, "buildInfo": { "branch": "dev", "date": "2025-07-25 05:59:18", "hash": "50741ce" } }