{
  "name": "@nx/azure-cache",
  "version": "5.0.7",
  "description": "A Nx plugin which provides a Nx cache which can be self hosted on Azure Blob Storage.",
  "type": "commonjs",
  "main": "index.js",
  "keywords": [],
  "license": "Commercial",
  "homepage": "https://nx.dev",
  "publishConfig": {
    "access": "public"
  },
  "generators": "./generators.json",
  "files": [
    "src",
    "generators",
    "generators.json",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_LICENSES.txt"
  ],
  "dependencies": {
    "@azure/identity": "4.13.0",
    "@azure/storage-blob": "12.31.0",
    "@nx/devkit": "22.6.5",
    "@nx/key": "5.0.7",
    "enquirer": "^2.4.1",
    "tar-stream": "^3.1.7",
    "semver": "7.5.4"
  },
  "peerDependencies": {
    "nx": ">= 18 < 23"
  }
}