the-tip-top-backend/backend/package.json
2025-10-25 03:29:40 +02:00

22 lines
414 B
JSON

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