{
  "name": "relational-redis-store",
  "version": "0.6.14",
  "description": "A Relational Redis Store",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/movesthatmatter/relational-redis-store.git",
  "dependencies": {
    "@types/deep-equal": "^1.0.1",
    "@types/json-stable-stringify": "^1.0.34",
    "deep-equal": "^2.1.0",
    "deepmerge": "^4.2.2",
    "flatten": "^1.0.3",
    "handy-redis": "1.8.3",
    "json-stable-stringify": "^1.0.2",
    "redis": "3.0.2",
    "redis-lock": "0.1.4",
    "ts-async-results": "v0.7",
    "tslib": "^2.4.1"
  },
  "devDependencies": {
    "@types/jest": "^29.2.3",
    "@types/redis": "^2.8.27",
    "@types/redis-mock": "^0.17.1",
    "jest": "^29.3.1",
    "redis-mock": "https://github.com/movesthatmatter/redis-mock.git#fix-set-nx-and-zpopmin",
    "ts-jest": "^29.0.3",
    "typescript": "v4.7"
  },
  "scripts": {
    "build": "rm -rf ./dist & tsc",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "redis",
    "relational",
    "databse",
    "store"
  ],
  "author": "Gabriel C. Troia",
  "license": "MIT"
}
