NoN-CTF/Web/Hard/Elfs' Blog/package.json
2026-07-12 20:22:15 +01:00

14 lines
263 B
JSON

{
"name": "script-kiddie-diary",
"version": "1.0.0",
"description": "CTF challenge with Puppeteer admin bot",
"private": true,
"scripts": {
"bot": "node bot/admin.js"
},
"dependencies": {
"puppeteer": "^22.7.1",
"yargs": "^17.7.2"
}
}