some tweaks and readme

This commit is contained in:
2024-01-25 16:47:06 +01:00
parent 3ad55cd36a
commit 1273706b8c
9 changed files with 472 additions and 69 deletions
+3 -4
View File
@@ -11,18 +11,17 @@
"license": "MIT",
"dependencies": {
"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"
},
"devDependencies": {
"nodemon": "^3.0.2"
"jest": "^29.7.0",
"nodemon": "^3.0.2",
"supertest": "^6.3.4"
}
}