You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
608 B
JSON
30 lines
608 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aws-sdk": "^2.1495.0",
|
|
"bcrypt": "^5.1.1",
|
|
"config": "^3.3.9",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"express-fileupload": "^1.4.2",
|
|
"express-validator": "^7.0.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mongodb": "^6.2.0",
|
|
"mongoose": "^8.0.0",
|
|
"node-schedule": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.1"
|
|
}
|
|
}
|