comments can no longer be updated or deleted - out of scope users can now be created, updated and deleted
24 lines
539 B
JSON
24 lines
539 B
JSON
{
|
|
"name": "express-blog-api",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"bootstrap": "^5.3.1",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"debug": "~2.6.9",
|
|
"dotenv": "^16.3.1",
|
|
"ejs": "^3.1.9",
|
|
"ejs-lint": "^2.0.0",
|
|
"express": "^4.18.2",
|
|
"express-async-handler": "^1.2.0",
|
|
"express-session": "^1.17.3",
|
|
"express-validator": "^7.0.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mongoose": "^7.5.1"
|
|
}
|
|
}
|