25 lines
521 B
JSON
25 lines
521 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",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mysql2": "^3.10.1",
|
|
"nodemon": "^3.1.3",
|
|
"sequelize": "^6.37.3",
|
|
"uuid": "^10.0.0",
|
|
"yup": "^1.4.0"
|
|
}
|
|
}
|