{
  "name": "eroc",
  "version": "3.0.0",
  "license": "MIT",
  "author": "Shovity <shovity@gmail.com>",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./*": {
      "import": "./dist/*.js",
      "types": "./dist/*.d.ts"
    }
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "node --import tsx --test 'test/**/*.test.ts'",
    "test:coverage": "node --import tsx --test --experimental-test-coverage 'test/**/*.test.ts'",
    "lint": "eslint . --fix",
    "format": "prettier --write .",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "cookie-parser": "^1.4.7",
    "cron": "^4.0.0",
    "express": "^5.0.1",
    "jose": "^6.0.0",
    "zod": "^3.24.0"
  },
  "peerDependencies": {
    "kafkajs": "^2.0.0",
    "mongoose": "^8.0.0",
    "redis": "^5.0.0"
  },
  "peerDependenciesMeta": {
    "kafkajs": {
      "optional": true
    },
    "mongoose": {
      "optional": true
    },
    "redis": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/cookie-parser": "^1.4.8",
    "@types/express": "^5.0.0",
    "@types/node": "^22.0.0",
    "eslint": "^9.0.0",
    "husky": "^9.1.6",
    "kafkajs": "^2.2.4",
    "lint-staged": "^15.5.0",
    "mongoose": "^9.5.0",
    "prettier": "^3.4.0",
    "redis": "^5.12.1",
    "tsup": "^8.4.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ],
    "*.json": "prettier --write"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
