{
  "name": "@earth-now/registry",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "Metric & source registry (YAML, product source of truth) + fixtures + model fitting orchestration",
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsc -p tsconfig.json --watch",
    "test": "vitest run",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "echo 'lint: covered by root header check'"
  },
  "dependencies": {
    "@earth-now/counter": "workspace:*",
    "@earth-now/models": "workspace:*",
    "yaml": "^2.5.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^20",
    "typescript": "^5.5.4",
    "vitest": "^2.0.5"
  }
}
