This repository has been archived on 2025-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
Files
demystifying-docker-previous/docker-examples/compose/backend/package.json
2025-05-14 19:50:09 -04:00

11 lines
167 B
JSON

{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"express": "^5.1.0",
"pg-promise": "^11.13.0"
}
}