{
  "name": "@checkstack/notification-backend",
  "version": "1.8.10",
  "license": "Elastic-2.0",
  "type": "module",
  "main": "src/index.ts",
  "checkstack": {
    "type": "backend"
  },
  "scripts": {
    "typecheck": "tsgo -b",
    "generate": "drizzle-kit generate",
    "lint": "bun run lint:code",
    "lint:code": "eslint . --max-warnings 0",
    "test": "bun test"
  },
  "dependencies": {
    "@checkstack/notification-common": "1.9.0",
    "@checkstack/backend-api": "0.35.2",
    "@checkstack/automation-backend": "0.11.12",
    "@checkstack/command-backend": "0.3.2",
    "@checkstack/cache-api": "0.3.21",
    "@checkstack/cache-utils": "0.3.2",
    "@checkstack/signal-common": "0.3.2",
    "@checkstack/queue-api": "0.4.1",
    "@checkstack/auth-backend": "0.14.2",
    "@checkstack/auth-common": "0.17.1",
    "drizzle-orm": "^0.45.0",
    "zod": "^4.2.1",
    "@checkstack/common": "0.24.0",
    "@orpc/server": "^1.14.4"
  },
  "devDependencies": {
    "@checkstack/drizzle-helper": "0.0.6",
    "@checkstack/scripts": "0.7.7",
    "@checkstack/tsconfig": "0.0.7",
    "@checkstack/test-utils-backend": "0.1.64",
    "@types/node": "^20.0.0",
    "drizzle-kit": "^0.31.10",
    "typescript": "^5.0.0"
  }
}
