ghost-c2-panel / package.json
Xmaxyjod's picture
Create package.json
d3fd535 verified
Raw
History Blame Contribute Delete
293 Bytes
{
"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"
}
}