Files
postgres-middle-api/package.json
2026-03-18 11:03:49 +01:00

19 lines
343 B
JSON

{
"name": "postgres-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"pg": "^8.17.1"
}
}