fixeando api
All checks were successful
build-and-push / build (push) Successful in 18s
build-and-push / deploy (push) Successful in 3s

This commit is contained in:
2025-05-02 19:18:02 -06:00
parent 5f161649f0
commit 022086f49d

View File

@@ -1,16 +1,13 @@
{
"name": "api",
"name": "planilla-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.1.0",
"pg": "^8.15.6"
"express": "^4.18.2",
"pg": "^8.8.0"
}
}