{
  "name": "@myunisoft/redis",
  "version": "6.0.1",
  "description": "MyUnisoft Redis package",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "lint": "eslint src test",
    "prepublishOnly": "npm run build",
    "test": "tsx ./test/run.ts",
    "coverage": "c8 --all --src ./src -r html npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MyUnisoft/Redis.git"
  },
  "publishConfig": {
    "@myunisoft:registry": "https://registry.npmjs.org/"
  },
  "author": "Hallaert Nicolas <hallaert.nicolas.pro@gmail.com>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "bugs": {
    "url": "https://github.com/MyUnisoft/Redis/issues"
  },
  "homepage": "https://github.com/MyUnisoft/Redis#readme",
  "keywords": [
    "node",
    "redis",
    "session",
    "store",
    "stream",
    "pubsub"
  ],
  "devDependencies": {
    "@openally/config.eslint": "^1.3.0",
    "@openally/config.typescript": "^1.0.3",
    "@types/node": "^22.10.5",
    "c8": "^10.1.3",
    "glob": "^11.0.0",
    "mockdate": "^3.0.5",
    "testcontainers": "^10.16.0",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "@openally/ephemeral-map": "^1.3.2",
    "@openally/result": "^1.3.0",
    "ioredis": "^5.4.2"
  }
}
