push
All checks were successful
the-tip-top-backend/pipeline/head This commit looks good

This commit is contained in:
soufiane 2025-10-24 15:08:08 +02:00
parent e8615afe99
commit b51db94ce4

View File

@ -1,17 +1,19 @@
{
"name": "backend",
"version": "1.0.0",
"description": "The Tip Top backend API",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0"
"express": "^5.1.0",
"pg": "^8.11.3"
}
}