{
  "name": "@asyncapi/glee-redis-cluster-adapter",
  "version": "0.2.1",
  "description": "Redis Cluster adapter for Glee.",
  "exports": "./dist/index.js",
  "type": "module",
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "dependencies": {
    "redis": "^4.0.2",
    "@asyncapi/gleequore": "0.1.2",
    "@asyncapi/glee-shared-utils": "0.2.1"
  },
  "devDependencies": {
    "@tsconfig/node14": "^1.0.1",
    "@types/debug": "^4.1.7",
    "@typescript-eslint/eslint-plugin": "^5.9.0",
    "@typescript-eslint/parser": "^5.9.0",
    "eslint": "^8.6.0",
    "eslint-plugin-github": "^4.3.5",
    "eslint-plugin-security": "^1.4.0",
    "eslint-plugin-sonarjs": "^0.19.0",
    "typedoc": "^0.26.10",
    "typedoc-plugin-markdown": "^4.2.9",
    "typescript": "^4.5.4"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "get:version": "echo $npm_package_version",
    "get:name": "echo $npm_package_name",
    "generate:assets": "echo 'No generate:assets script. Ignoring...'",
    "lint": "eslint --max-warnings 1 --config .eslintrc .",
    "lint:fix": "eslint --max-warnings 1 --config .eslintrc . --fix",
    "test": "echo 'No test script. Ignoring...'",
    "test:dev": "echo 'No test:dev script. Ignoring...'"
  }
}