Files

29 lines
642 B
JSON

{
"name": "backend",
"version": "0.0.1",
"description": "backend for forum",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "nodemon index.js",
"production": "nodemon --exitcrash index.js"
},
"author": "kaj van schalkwijk",
"license": "MIT",
"dependencies": {
"auth-guardian": "^1.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",
"nodemon": "^3.0.2"
},
"devDependencies": {
"jest": "^29.7.0",
"supertest": "^6.3.4"
}
}