{
  "name": "@taskcast/redis",
  "version": "1.6.1",
  "description": "Redis broadcast + short-term store adapters for Taskcast.",
  "repository": {
    "type": "git",
    "url": "https://github.com/weightwave/taskcast.git",
    "directory": "packages/redis"
  },
  "homepage": "https://github.com/weightwave/taskcast/tree/main/packages/redis#readme",
  "bugs": {
    "url": "https://github.com/weightwave/taskcast/issues"
  },
  "license": "MIT",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "provenance": true
  },
  "dependencies": {
    "ioredis": "^5.4.0",
    "@taskcast/core": "1.6.1"
  },
  "devDependencies": {
    "typescript": "^5.7.0",
    "vitest": "^2.1.0",
    "@vitest/coverage-v8": "^2.1.0",
    "testcontainers": "^10.13.0"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}