Files
ENI-JSAdvanced_12/package.json
2025-12-18 15:23:38 +01:00

19 lines
350 B
JSON

{
"name": "hachage",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"argon2": "^0.44.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"nodemon": "^3.1.10",
"pug": "2.0.0-beta11"
}
}