14 lines
263 B
JSON
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"
|
|
}
|
|
}
|