{
  "name": "@theorchard/songwhip-services-cloudflare",
  "version": "1.0.2",
  "description": "Cloudflare api interactions for Songwhip services.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/theorchard/songwhip-packages.git"
  },
  "scripts": {
    "build": "rm -rf dist && tsc -b tsconfig.build.json",
    "fix": "biome check . --fix",
    "test:lint": "biome check src",
    "test:types": "tsc --noEmit",
    "test:unit": "vitest run --config vitest.unit.config.ts",
    "test": "pnpm test:lint && pnpm test:types && pnpm test:unit"
  },
  "files": [
    "dist",
    "src"
  ],
  "peerDependencies": {
    "@theorchard/songwhip-utils": "workspace:^1.1.0",
    "zod": "^4.3.6"
  }
}
