{
  "name": "@theorchard/songwhip-utils-presaves",
  "version": "2.0.0",
  "description": "Shared utilities and service integrations for the Songwhip presave system.",
  "type": "module",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/theorchard/songwhip-packages.git"
  },
  "exports": {
    ".": {
      "import": "./dist/src/index.js",
      "types": "./dist/src/index.d.ts"
    },
    "./lambda": {
      "import": "./dist/lambda/index.js",
      "types": "./dist/lambda/index.d.ts"
    }
  },
  "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"
  },
  "files": [
    "dist",
    "src",
    "lambda"
  ],
  "dependencies": {
    "@types/aws-lambda": "^8.10.161"
  },
  "peerDependencies": {
    "@theorchard/songwhip-utils-sqs": "workspace:^1.2.0",
    "@theorchard/songwhip-utils-secrets": "workspace:^1.2.0",
    "@theorchard/songwhip-utils": "workspace:^1.2.0",
    "@theorchard/songwhip-utils-redis": "workspace:^1.1.0",
    "zod": "^4.3.6"
  }
}
