{
  "name": "@theorchard/songwhip-events-service",
  "version": "1.0.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "private": true,
  "author": "Wilson Page <wilsonpage@me.com>",
  "license": "MIT",
  "repository": {
    "url": "git://github.com/theorchard/songwhip-events.git"
  },
  "packageManager": "yarn@1.22.22",
  "engines": {
    "node": "24.x"
  },
  "scripts": {
    "dev": "dotenv scripts/dev",
    "test": "yarn test:format && yarn test:lint && yarn test:types && yarn test:unit && yarn test:client",
    "test:format": "prettier --check .",
    "test:lint": "eslint --quiet '**/*.{ts,js}' --cache --cache-location .eslintcache",
    "test:types": "tsc --noEmit",
    "test:unit": "jest",
    "test:client": "cd ./packages/songwhip-events && yarn test",
    "format": "prettier --write .",
    "prepare": "yarn build:client-lib",
    "build:client-lib": "cd ./packages/songwhip-events && yarn install --frozen-lockfile",
    "ga4": "ts-node-transpile-only ./lib/tracker/endpoints/ga4/scripts/sendEvent --transpile-only"
  },
  "dependencies": {
    "@sentry/nextjs": "^9.43.0",
    "@vercel/edge": "^0.3.4",
    "debug": "^4.3.4",
    "node-fetch": "^2.6.7"
  },
  "devDependencies": {
    "@amplitude/types": "^1.10.2",
    "@types/jest": "^29.5.12",
    "@types/node": "^20",
    "@types/node-fetch": "^2.5.8",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "dotenv-cli": "^7.2.1",
    "eslint": "^8.45.0",
    "jest": "^29.7.0",
    "prettier": "^3.0.0",
    "ts-jest": "^29.1.5",
    "typescript": "^5.8.3"
  },
  "files": [
    "dist/index.js",
    "dist/index.d.ts",
    "dist/types.js",
    "dist/types.d.ts"
  ]
}
