XciD's picture
XciD HF Staff
test
0a4b8cb unverified
{
"name": "foobar-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.21",
"@types/hbs": "^4.0.1",
"@types/node": "^24.0.7",
"@types/serve-static": "^1.15.8",
"body-parser": "^1.19.0",
"colors": "^1.3.3",
"express": "^4.21.1",
"hbs": "^4.0.5",
"mongodb": "^6.17.0"
},
"devDependencies": {
"typescript": "^4.0.3"
}
}