UNPKG

mockaton

Version:
31 lines (30 loc) 485 B
{ "name": "mockaton", "description": "HTTP Mock Server", "type": "module", "version": "11.2.6", "exports": { ".": { "import": "./index.js", "types": "./index.d.ts" } }, "license": "MIT", "repository": "https://github.com/ericfortis/mockaton", "keywords": [ "mock-server", "rest-api", "mock", "api", "testing" ], "bin": { "mockaton": "src/server/cli.js" }, "scripts": { "start": "make start" }, "engines": { "node": ">=22.18 <23 || >=23.6" } }