{
  "name": "@pikku/redis",
  "version": "0.12.20",
  "description": "Redis services for Pikku — workflow state, agent runs, secrets, sessions and channel stores",
  "author": "yasser.fadl@gmail.com",
  "license": "MIT",
  "module": "dist/src/index.js",
  "main": "dist/src/index.js",
  "type": "module",
  "scripts": {
    "tsc": "tsc",
    "ncu": "npx npm-check-updates",
    "build": "tsc -b",
    "test": "bash run-tests.sh",
    "test:watch": "bash run-tests.sh --watch",
    "test:coverage": "bash run-tests.sh --coverage",
    "release": "npm run build && npm test",
    "prepublishOnly": "yarn build"
  },
  "peerDependencies": {
    "@pikku/core": "^0.12.93"
  },
  "dependencies": {
    "ioredis": "^6.0.0"
  },
  "devDependencies": {
    "@types/ioredis-mock": "^8",
    "ioredis-mock": "^8.13.1",
    "typescript": "^6.0.3"
  },
  "exports": {
    ".": "./dist/src/index.js"
  }
}