fde-worldcup-data-worker / package.json
wihaha's picture
deploy worldcup data worker
592c446
Raw
History Blame Contribute Delete
348 Bytes
{
"name": "fde-worldcup-data-worker",
"private": true,
"version": "0.1.0",
"type": "module",
"packageManager": "pnpm@10.0.0",
"scripts": {
"worldcup:sync": "node scripts/worldcup/sync-worldcup-data.mjs",
"worldcup:sync:daemon": "node scripts/worldcup/worldcup-sync-daemon.mjs"
},
"dependencies": {
"pg": "^8.22.0"
}
}