{
  "name": "johnycash",
  "version": "1.0.81",
  "scripts": {
    "test": "jest",
    "build": "tsc --project tsconfig.json",
    "clean": "rm -rf dist",
    "clean-build": "rm tsconfig.tsbuildinfo && npm run clean && npm run build",
    "clean-cache": "npm cache clean --force",
    "lint": "eslint 'src/**/*.ts' 'tests/**/*.ts'",
    "format": "prettier --write 'src/**/*.ts' 'tests/**/*.ts'",
    "patch": "npm version patch",
    "publish": "npm publish --access public"
  },
  "author": "johnykes",
  "description": "Easy distributed caching for Node.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/johnykes/johny-cache.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "cache",
    "caching",
    "redis",
    "local-cache",
    "remote-cache",
    "easy-cache",
    "easy-caching",
    "distributed-cache",
    "distributed-caching"
  ],
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.5",
    "jest": "^29.7.0",
    "prettier": "^3.5.2",
    "ts-jest": "^29.2.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "@nestjs/common": "^11.0.10",
    "@nestjs/graphql": "^13.0.3",
    "@typescript-eslint/eslint-plugin": "^8.25.0",
    "@typescript-eslint/parser": "^8.25.0",
    "eslint": "^9.21.0",
    "eslint-config-prettier": "^10.0.2",
    "eslint-plugin-prettier": "^5.2.3",
    "graphql-redis-subscriptions": "^2.7.0",
    "ioredis": "^5.5.0",
    "redlock": "^5.0.0-beta.2"
  }
}
