30 lines
649 B
JSON
30 lines
649 B
JSON
{
|
|
"name": "ecoconnect-server",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Backend server for ecoconnect.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "Wind_Explorer",
|
|
"dependencies": {
|
|
"argon2": "^0.40.3",
|
|
"axios": "^1.7.2",
|
|
"bad-words": "^3.0.4",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"multer": "1.4.5-lts.1",
|
|
"mysql2": "^3.10.1",
|
|
"nodemon": "^3.1.3",
|
|
"openai": "^4.53.2",
|
|
"sequelize": "^6.37.3",
|
|
"sharp": "^0.33.4",
|
|
"uuid": "^10.0.0",
|
|
"yup": "^1.4.0"
|
|
}
|
|
}
|