Spaces:
Sleeping
Sleeping
| { | |
| "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" | |
| } | |
| } | |