Files
planilla/api/package.json
josedario87 022086f49d
All checks were successful
build-and-push / build (push) Successful in 18s
build-and-push / deploy (push) Successful in 3s
fixeando api
2025-05-02 19:18:02 -06:00

14 lines
214 B
JSON

{
"name": "planilla-api",
"version": "1.0.0",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"pg": "^8.8.0"
}
}