{ "name": "agent-manager-server", "version": "0.1.0", "private": true, "type": "module", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js" }, "dependencies": { "express": "^4.19.2", "node-pty": "^1.0.0", "web-push": "^3.6.7", "ws": "^8.18.0" } }