File size: 348 Bytes
592c446
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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"
  }
}