{
  "name": "presaves-test",
  "version": "1.0.0",
  "description": "A lambda function for handling test presaves",
  "repository": "git@github.com:theorchard/lambda-songwhip.git",
  "private": true,
  "type": "module",
  "engines": {
    "node": ">=24"
  },
  "scripts": {
    "clean": "rm -rf dist && rm -rf .cache && rm -rf .dev",
    "build": "tsc -b tsconfig.build.json",
    "fix": "biome check . --fix",
    "test:lint": "biome check src",
    "test:types": "tsc --noEmit",
    "dev": "pnpm build && dotenv -e .env -- lambda-dev",
    "dev:rate-limit": "dotenv -e .env node scripts/measureRateLimit.mjs",
    "test:unit": "vitest run --config vitest.unit.config.ts --passWithNoTests",
    "test": "pnpm test:lint && pnpm test:types && pnpm test:unit"
  },
  "dependencies": {
    "@sentry/aws-serverless": "^10.39.0",
    "@theorchard/songwhip-utils": "^1.2.0",
    "@theorchard/songwhip-utils-presaves": "^1.2.0",
    "@theorchard/songwhip-utils-secrets": "^1.2.0",
    "@theorchard/songwhip-utils-sqs": "^1.2.0",
    "datadog-lambda-js": "^12.134.0",
    "dd-trace": "^5.87.0",
    "zod": "^4.3.6"
  },
  "files": [
    "dist",
    "src"
  ]
}
