This commit is contained in:
kajvans
2024-01-19 17:57:09 +01:00
parent df4c9e6657
commit b728e1508a
5 changed files with 1984 additions and 1 deletions
+15 -1
View File
@@ -7,5 +7,19 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kaj van schalkwijk",
"license": "MIT"
"license": "MIT",
"dependencies": {
"auth-guardian": "^1.0.2",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"surrealdb.node": "^0.3.0",
"timestringconverter": "^1.0.0"
},
"devDependencies": {
"nodemon": "^3.0.2"
}
}