ctf-resources/htb/hacktheboo2024/web/web_phantom_script/challenge/package.json

23 lines
437 B
JSON
Raw Normal View History

2024-10-23 11:10:43 +02:00
{
"name": "web_saga_scrolls",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "nodemon -e html,js,css index.js",
"start": "node index.js"
},
"keywords": [],
"author": "Xclow3n",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.19.2",
"nunjucks": "^3.2.4",
"puppeteer": "^23.6.0",
"socket.io": "^4.7.5"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}