| { | |
| "name": "bot-deployer", | |
| "version": "1.0.0", | |
| "description": "24/7 Bot Deployment Panel", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "socket.io": "^4.7.2", | |
| "child_process": "^1.0.2", | |
| "fs-extra": "^11.2.0", | |
| "path": "^0.12.7", | |
| "crypto": "^1.0.1", | |
| "node-fetch": "^3.3.2", | |
| "pm2": "^5.3.1" | |
| }, | |
| "engines": { | |
| "node": "23.x" | |
| } | |
| } |