{
  "name": "@theorchard/songwhip-cli-lambda",
  "version": "2.0.0",
  "description": "Shared dev tools for Songwhip lambdas",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "private": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/theorchard/songwhip-packages.git"
  },
  "bin": {
    "lambda-dev": "./dist/cli/main.js"
  },
  "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": "pnpm test:lint && pnpm test:types"
  },
  "files": [
    "dist",
    "src",
    "public",
    "docker-compose.yml"
  ],
  "devDependencies": {
    "@aws-sdk/client-cloudwatch-logs": "^3.1019.0",
    "@aws-sdk/client-kms": "^3.1019.0",
    "@aws-sdk/client-lambda": "^3.1019.0",
    "@aws-sdk/client-secrets-manager": "^3.1019.0",
    "@aws-sdk/client-sqs": "^3.1019.0",
    "@theorchard/songwhip-utils": "^1.2.0",
    "@theorchard/songwhip-utils-presaves": "^1.2.0",
    "@types/express": "^5.0.6",
    "cosmiconfig": "^9.0.1",
    "express": "^5.2.1",
    "ora": "^9.3.0"
  }
}
