{
  "name": "songwhip-release-tasks",
  "version": "1.0.0",
  "private": true,
  "packageManager": "yarn@1.22.22",
  "engines": {
    "node": "24.x"
  },
  "scripts": {
    "postinstall": "yarn i18n:init",
    "dev": "dotenv infra/dev/start",
    "dev:vercel": "dotenv scripts/dev-vercel",
    "localstack:start": "dotenv infra/dev/localstack-start",
    "localstack:stop": "dotenv infra/dev/localstack-stop",
    "localstack:down": "dotenv infra/dev/localstack-remove",
    "localstack:logs": "dotenv infra/dev/localstack-logs",
    "i18n:sync": "frontend-i18n sync",
    "i18n:download": "yarn i18n:sync -- -d",
    "i18n:init": "frontend-i18n init",
    "i18n:watch": "frontend-i18n watch",
    "test": "yarn test:format && yarn test:lint && yarn test:types && yarn test:e2e",
    "test:format": "prettier --check .",
    "test:format:write": "prettier --write .",
    "test:lint": "eslint --quiet '**/*.{ts,js}' --cache --cache-location .eslintcache",
    "test:types": "tsc --noEmit",
    "test:e2e": "dotenv -e .env.test -- ./test/scripts/test",
    "test:e2e:watch": "dotenv -e .env.test -- ./test/scripts/test --watch",
    "deploy:preview": "dotenv scripts/deploy"
  },
  "dependencies": {
    "@aws-sdk/util-dynamodb": "^3.370.0",
    "@sentry/nextjs": "^9.43.0",
    "@theorchard/songwhip-events": "^2.8.3",
    "@theorchard/utils-i18n": "^1.1.0",
    "@vercel/edge": "^1.0.1",
    "@vercel/node": "^3.0.3",
    "aws4fetch": "^1.0.17",
    "debug": "^4.3.4",
    "jose": "^5.4.0",
    "p-limit": "^3.1.0",
    "zod": "^4.1.12"
  },
  "devDependencies": {
    "@actions/core": "^1.10.1",
    "@aws-sdk/client-sns": "^3.379.1",
    "@babel/core": "^7.22.9",
    "@babel/preset-env": "^7.22.9",
    "@babel/preset-typescript": "^7.22.5",
    "@theorchard/frontend-cli-i18n": "1.8.0",
    "@theorchard/songwhip-queue": "1.0.4",
    "@types/express": "^4.17.17",
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.2",
    "@typescript-eslint/eslint-plugin": "^6.2.0",
    "@typescript-eslint/parser": "^6.2.0",
    "babel-jest": "^29.6.2",
    "dotenv-cli": "^7.2.1",
    "eslint": "^8.45.0",
    "express": "^4.19.2",
    "jest": "^29.6.2",
    "mockdate": "^3.0.5",
    "nodemon": "^3.0.1",
    "prettier": "^3.0.0",
    "supertest": "^6.3.3",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.6",
    "wait-for-expect": "^3.0.2"
  },
  "resolutions": {
    "@vercel/node/path-to-regexp": "^6.3.0"
  }
}
