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