{ "name": "agent-manager-server", "version": "0.1.0", "private": true, "description": "Agent Manager backend (Express + ws + node-pty + tmux)", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/huggingface/agent-manager" }, "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" } }