{
  "name": "earth-now",
  "version": "0.1.0",
  "private": true,
  "description": "earth-now.co — real-time planetary dashboard driven by documented statistical models",
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "license": "UNLICENSED",
  "packageManager": "pnpm@9.12.0",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "dev": "turbo dev",
    "dev:web": "turbo dev --filter=@earth-now/web",
    "build": "turbo build",
    "test": "turbo test",
    "test:models": "turbo test --filter=@earth-now/models --filter=@earth-now/counter",
    "lint": "tsx scripts/check-headers.ts && turbo lint",
    "typecheck": "turbo typecheck",
    "db:migrate": "pnpm --filter @earth-now/api db:migrate",
    "ingest:run": "pnpm --filter @earth-now/ingest run:source",
    "models:refit": "pnpm --filter @earth-now/api models:refit",
    "deploy:m3u96b": "bash infra/deploy-m3u96b.sh",
    "tunnel:status": "bash infra/tunnel-status.sh"
  },
  "devDependencies": {
    "tsx": "^4.19.0",
    "turbo": "^2.1.0",
    "typescript": "^5.5.4"
  }
}
