26 lines
572 B
JSON
26 lines
572 B
JSON
{
|
|
"name": "backend",
|
|
"version": "0.0.1",
|
|
"description": "backend for forum",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "kaj van schalkwijk",
|
|
"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"
|
|
}
|
|
}
|