Files
SuperSunday/backend/package.json
2025-08-25 12:39:54 +00:00

13 lines
251 B
JSON

{
"name": "supersunday-api",
"version": "1.0.0",
"description": "Super Sunday API (CommonJS)",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"express": "^4.21.2",
"pg": "^8.12.0"
}
}