{ "name": "agentdock-runner", "version": "0.1.0", "private": true, "type": "module", "scripts": { "start": "node index.js", "test": "node --test" }, "dependencies": { "express": "^5.1.0", "node-pty": "^1.1.0", "ws": "^8.18.3" } }