Spaces:
Sleeping
Sleeping
| { | |
| "name": "ghost-c2-server", | |
| "version": "1.0.0", | |
| "description": "Professional C2 Server for Ghost Protocol", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.19.2", | |
| "express-basic-auth": "^1.2.1", | |
| "ws": "^8.17.1" | |
| } | |
| } |