First commit

This commit is contained in:
Johan
2025-12-18 15:28:26 +01:00
commit 954e3640ff
8 changed files with 4431 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "secret-manager",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"argon2": "^0.44.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jsonwebtoken": "^9.0.2",
"morgan": "~1.9.1",
"nodemon": "^3.1.11",
"pug": "2.0.0-beta11",
"sqlite3": "^5.1.7",
"uuid": "^13.0.0"
}
}