{
  "name": "@theorchard/songwhip-services-orchard",
  "version": "2.0.0",
  "description": "Orchard GraphQL 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": {
    "clean": "rm -rf dist && rm -rf *.tsbuildinfo",
    "build": "pnpm clean && 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",
    "codegen:gql": "sh ./scripts/codegen-gql.sh"
  },
  "files": [
    "dist",
    "src"
  ],
  "peerDependencies": {
    "@theorchard/songwhip-utils": "workspace:^1.2.0",
    "@theorchard/songwhip-utils-auth": "workspace:^2.0.0",
    "@theorchard/songwhip-utils-secrets": "workspace:^1.2.1"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "^7.1.2",
    "@graphql-codegen/near-operation-file-preset": "^5.2.1",
    "@graphql-codegen/typescript": "6.0.2"
  }
}
