to much to say

This commit is contained in:
2024-01-23 22:28:46 +01:00
parent b728e1508a
commit 9a192622b1
16 changed files with 3884 additions and 106 deletions
+5 -2
View File
@@ -4,18 +4,21 @@
"description": "backend for forum",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest",
"start": "nodemon index.js"
},
"author": "kaj van schalkwijk",
"license": "MIT",
"dependencies": {
"auth-guardian": "^1.0.2",
"auth-guardian": "^1.1.1",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"supertest": "^6.3.4",
"surrealdb.node": "^0.3.0",
"timestringconverter": "^1.0.0"
},