{
  "name": "@theorchard/songwhip-utils",
  "version": "1.2.1",
  "description": "Shared utilities for Songwhip services.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "browser": {
    "./dist/utils/asyncContext.js": "./dist/utils/asyncContext.browser.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/theorchard/songwhip-packages.git"
  },
  "scripts": {
    "build": "pnpm clean && tsc -b tsconfig.build.json",
    "clean": "rm -rf dist && rm -rf *.tsbuildinfo",
    "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": {
    "zod": "^4.3.6"
  },
  "dependencies": {
    "debug": "^4.4.3",
    "p-limit": "^7.3.0",
    "p-retry": "^7.1.1"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12"
  }
}
