{
  "name": "cache-manager-fs-hash",
  "version": "3.0.0",
  "main": "index.js",
  "engines": {
    "node": ">=18.0.0"
  },
  "description": "file system store for node cache manager",
  "author": "Roland Starke",
  "license": "MIT",
  "files": [
    "index.js",
    "src/*"
  ],
  "keywords": [
    "cache-manager",
    "storage",
    "filesystem",
    "disk-store",
    "key-value-store"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rolandstarke/node-cache-manager-fs-hash.git"
  },
  "bugs": {
    "url": "https://github.com/rolandstarke/node-cache-manager-fs-hash/issues"
  },
  "scripts": {
    "test": "node --test"
  },
  "devDependencies": {
    "cache-manager": "^7.2.0",
    "cache-manager-v7": "npm:cache-manager@^7.2.0",
    "cache-manager-v5": "npm:cache-manager@^5.5.1",
    "cache-manager-v4": "npm:cache-manager@^4.1.0",
    "cache-manager-fs-hash-v2": "npm:cache-manager-fs-hash@^2.0.0"
  },
  "dependencies": {
    "lockfile": "^1.0.4"
  }
}
