the-tip-top-backend/backend/package.json
soufiane b51db94ce4
All checks were successful
the-tip-top-backend/pipeline/head This commit looks good
push
2025-10-24 15:08:08 +02:00

20 lines
352 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "The Tip Top backend API",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"pg": "^8.11.3"
}
}