{
  "name": "presaves-execution-sync",
  "version": "1.0.0",
  "description": "A lambda function for triggering presave execution sync calls",
  "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 .lambda-dev",
    "build": "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 --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-secrets": "^1.2.0",
    "datadog-lambda-js": "^12.134.0",
    "dd-trace": "^5.87.0",
    "zod": "^4.3.6"
  },
  "files": [
    "dist",
    "src"
  ]
}
