SPB Git

spb/earth-now Public License

earth-now.co — real-time planetary dashboard: live world metrics modeled, not streamed.

TypeScript 93% Shell 2.3% SQL 1.4% JavaScript 1.3% Dockerfile 1.2% CSS 0.8%
1.0 KB · 32 lines json
Raw Blame History
1{2  "name": "earth-now",3  "version": "0.1.0",4  "private": true,5  "description": "earth-now.co — real-time planetary dashboard driven by documented statistical models",6  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",7  "license": "UNLICENSED",8  "packageManager": "pnpm@9.12.0",9  "engines": {10    "node": ">=20"11  },12  "scripts": {13    "dev": "turbo dev",14    "dev:web": "turbo dev --filter=@earth-now/web",15    "build": "turbo build",16    "test": "turbo test",17    "test:models": "turbo test --filter=@earth-now/models --filter=@earth-now/counter",18    "lint": "tsx scripts/check-headers.ts && turbo lint",19    "typecheck": "turbo typecheck",20    "db:migrate": "pnpm --filter @earth-now/api db:migrate",21    "ingest:run": "pnpm --filter @earth-now/ingest run:source",22    "models:refit": "pnpm --filter @earth-now/api models:refit",23    "deploy:m3u96b": "bash infra/deploy-m3u96b.sh",24    "tunnel:status": "bash infra/tunnel-status.sh"25  },26  "devDependencies": {27    "tsx": "^4.19.0",28    "turbo": "^2.1.0",29    "typescript": "^5.5.4"30  }31}32