@speedscale/proxymock
Version:
A free desktop CLI that automatically creates mocks and tests from watching your app run.
42 lines (41 loc) • 875 B
JSON
{
"name": "@speedscale/proxymock",
"version": "2.5.104",
"description": "A free desktop CLI that automatically creates mocks and tests from watching your app run.",
"keywords": [
"api",
"mock",
"mocking",
"bug",
"debug",
"environment",
"mcp",
"observability",
"observe",
"proxymock",
"real",
"realistic",
"record",
"replay",
"test",
"traffic",
"validate"
],
"license": "Apache-2.0",
"author": "Speedscale <support@speedscale.com>",
"type": "module",
"bin": {
"proxymock": "bin/proxymock.js"
},
"homepage": "https://proxymock.io/",
"bugs": {
"url": "https://slack.speedscale.com/"
},
"scripts": {
"test": "node --test || echo 'No tests defined'",
"validate": "npm pack && echo 'Package validation complete'"
},
"dependencies": {
"winston": "^3.11.0"
}
}