{
  "name": "songwhip-admin",
  "version": "1.0.0",
  "description": "Songwhip Admin API",
  "private": true,
  "license": "UNLICENSED",
  "main": "index.js",
  "packageManager": "pnpm@10.28.1",
  "scripts": {
    "build": "rm -rf dist && rm -rf .cache && tsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
    "start": "dotenv -- env NODE_ENV=production node dist/index.js",
    "fix": "biome check . --fix",
    "dev": "dotenv --no-expand -- tsx watch --clear-screen=false --include src src/index.ts",
    "dev:test": "dotenv -e .env.test -- scripts/dev.sh",
    "dev:staging": "dotenv --no-expand -e .env.staging -e .env -- pnpm dev",
    "dev:production": "dotenv --no-expand -e .env.production -e .env -- pnpm dev",
    "test": "pnpm test:types && pnpm test:lint",
    "test:types": "tsc --project tsconfig.json",
    "test:lint": "biome ci .",
    "db:codegen": "dotenv -- zod-pg"
  },
  "dependencies": {
    "@theorchard/songwhip-lookup": "^1.0.32",
    "@theorchard/songwhip-services-cloudflare": "^1.0.3",
    "@theorchard/songwhip-services-orchard": "^1.0.3",
    "@theorchard/songwhip-utils": "^1.2.0",
    "@theorchard/songwhip-utils-auth": "^2.0.0",
    "@theorchard/songwhip-utils-express": "^1.4.0",
    "@theorchard/songwhip-utils-postgres": "2.0.0-beta-11",
    "dd-trace": "^5.92.0",
    "express": "^5.2.1",
    "pg": "^8.20.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.9",
    "@types/express": "^5.0.6",
    "@types/node": "^24",
    "dotenv-cli": "^11.0.0",
    "tsc-alias": "^1.8.16",
    "tsx": "^4.21.0",
    "typescript": "^6.0.2",
    "zod-pg": "^5.1.0"
  }
}