Files
planilla/api/package.json
josedario87 30f85bf602
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 1s
build-and-deploy / build (push) Successful in 26s
build-and-deploy / deploy (push) Successful in 15s
agregado npm cors
2025-05-30 10:27:36 -06:00

20 lines
346 B
JSON

{
"name": "planilla-api",
"version": "1.0.0",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@prisma/client": "^6.8.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"node-cron": "^4.0.5",
"pg": "^8.8.0"
},
"devDependencies": {
"prisma": "^6.8.2"
}
}