🚀 Patch auto

This commit is contained in:
karim hassan
2025-08-24 23:00:40 +00:00
parent 92e6afff00
commit f1103d67a0
1314 changed files with 2511 additions and 562 deletions

View File

@@ -1,18 +1,18 @@
{
"name": "supersunday-api",
"version": "1.1.0",
"name": "supersunday-backend",
"version": "1.0.0",
"type": "module",
"private": true,
"main": "src/index.js",
"scripts": {
"start": "node server.js"
"start": "node src/index.js",
"dev": "node --watch src/index.js"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"helmet": "^7.1.0",
"dotenv": "^16.6.1",
"express": "^4.21.2",
"helmet": "^7.2.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"pg": "^8.11.5"
}
}
}