{
  "name": "@earth-now/ingest",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "Ingestion workers — source fetchers/parsers, raw archiving, cron + BullMQ scheduling",
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc -p tsconfig.json",
    "test": "vitest run",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "echo 'lint: covered by root header check'",
    "run:source": "tsx src/run-source.ts"
  },
  "dependencies": {
    "@earth-now/counter": "workspace:*",
    "@earth-now/models": "workspace:*",
    "@earth-now/registry": "workspace:*",
    "bullmq": "^5.12.0",
    "ioredis": "^5.4.1"
  },
  "devDependencies": {
    "@types/node": "^20",
    "tsx": "^4.19.0",
    "typescript": "^5.5.4",
    "vitest": "^2.0.5"
  }
}
