{ "name": "@velox/mockd", "version": "1.0.0", "private": true, "description": "Mock veloxd. Serves contracts/fixtures over both transports so the GUI and extension lanes never wait for the real daemon.", "type": "module", "bin": { "mockd": "./src/index.ts" }, "scripts": { "start": "tsx src/index.ts", "typecheck": "tsc --noEmit" }, "dependencies": { "ws": "^8.18.0" }, "devDependencies": { "@types/node": "^22.7.0", "@types/ws": "^8.5.12", "tsx": "^4.19.0", "typescript": "^5.6.0" }, "engines": { "node": ">=20" } }