{
  "name": "@capila/redis",
  "version": "0.1.0",
  "private": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "dependencies": {
    "ioredis": "^5.7.0"
  },
  "devDependencies": {
    "@capila/typescript-config": "workspace:*",
    "typescript": "^5.9.2"
  }
}
