{
  "name": "cached-prisma",
  "description": "A Prisma client abstraction that simplifies caching.",
  "version": "1.7.2",
  "repository": "https://github.com/joellefkowitz/cached-prisma",
  "homepage": "https://cached-prisma.readthedocs.io",
  "license": "MIT",
  "author": "Joel Lefkowitz",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "keywords": [
    "prisma",
    "caching",
    "memcached",
    "redis"
  ],
  "packageManager": "yarn@4.1.1",
  "metadata": {
    "publisher": "npm",
    "languages": [
      "TypeScript"
    ],
    "frameworks": [
      "Prisma"
    ],
    "paradigms": [
      "Object oriented"
    ],
    "lifecycle": "Alpha"
  },
  "scripts": {
    "_postinstall": "husky",
    "lint": "cspell . --dot --gitignore && eslint . --fix && tsc --noEmit && trufflehog3",
    "format": "prettier . --write",
    "build": "tsc",
    "test": "jest",
    "docs": "typedoc --options docs/typedoc/typedoc.json && ts-node ./docs/typedoc/assets.ts"
  },
  "resolutions": {
    "cliui": "^8.0.1",
    "strip-ansi": "^6.0.1"
  },
  "dependencies": {
    "@prisma/client": "^5.9.1",
    "collections": "^5.1.12",
    "hazelcast-client": "^5.3.0",
    "ioredis": "^5.4.1",
    "memcached": "^2.2.2",
    "prisma": "^5.9.1"
  },
  "devDependencies": {
    "@types/glob": "^8.1.0",
    "@types/ioredis": "^5.0.0",
    "@types/jest": "29.0.0",
    "@types/memcached": "^2.2.10",
    "@types/node": "^18.11.0",
    "@types/ramda": "^0",
    "@typescript-eslint/eslint-plugin": "^6.20.0",
    "@typescript-eslint/parser": "^6.20.0",
    "ascii-table": "^0.0.9",
    "cspell": "^8.0.0",
    "eslint": "^8.34.0",
    "eslint-config-prettier": "^8.0.0",
    "eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
    "husky": "^9.0.0",
    "jest": "^29.0.0",
    "pinst": "^3.0.0",
    "prettier": "^3.0.0",
    "prettier-plugin-jsdoc": "^1.3.0",
    "ramda": "^0.30.1",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.9.2",
    "tslib": "^2.3.0",
    "typedoc": "^0.25.7",
    "typedoc-material-theme": "^1.0.2",
    "typescript": "~5.3.0"
  }
}
