the-tip-top-backend/package.json
2025-10-22 20:40:47 +00:00

21 lines
335 B
JSON
Executable File

{
"name": "backend",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"pg": "^8.16.3",
"prom-client": "^15.1.3"
},
"description": ""
}