to much to say
This commit is contained in:
+5
-2
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user