{
  "name": "@theorchard/songwhip-client-admin",
  "version": "1.0.27",
  "description": "Client package for Songwhip Admin API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/theorchard/songwhip-admin-api.git"
  },
  "keywords": [],
  "author": "Songwhip Team",
  "license": "ISC",
  "packageManager": "pnpm@10.30.2",
  "scripts": {
    "build": "rm -rf dist && tsc -p ./tsconfig.build.json",
    "fix": "biome check . --fix",
    "test": "tsc --noEmit && biome ci ."
  },
  "devDependencies": {
    "@types/node": "^24",
    "typescript": "^5.9.3"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@theorchard/songwhip-utils": "^1.1.10"
  },
  "dependencies": {
    "@theorchard/songwhip-lookup": "^1.0.32"
  }
}
