ctf-resources/htb/hacktheboo2024/forensics/[Very Easy] Forbidden Manuscript/dev/shadowbrook-library/package.json

18 lines
386 B
JSON
Raw Normal View History

2024-10-23 11:10:43 +02:00
{
"name": "shadowbrook-library",
"version": "1.0.0",
"description": "A spooky library of forbidden knowledge",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js"
},
"dependencies": {
"@blakeembrey/template": "1.1.0",
"body-parser": "^1.19.0",
"ejs": "^3.1.10",
"express": "^4.17.1",
"sqlite3": "^5.0.0",
"squirrelly": "^9.0.0"
}
}