{
  "name": "nx-remotecache-gcp",
  "version": "3.3.0",
  "description": "Remote caching for @nrwl/nx using Google Cloud Buckets",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsup lib/index.ts --format cjs --dts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/John98Zakaria/nx-remotecache-gcp.git"
  },
  "keywords": [
    "nx",
    "remote",
    "cache",
    "remotecache",
    "google",
    "buckets",
    "gcs",
    "typescript",
    "gcp"
  ],
  "author": "John Sorial",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/John98Zakaria/nx-remotecache-gcp/issues"
  },
  "homepage": "github.com/John98Zakaria/nx-remotecache-gcp#readme",
  "devDependencies": {
    "@types/node": "~18.19.4",
    "@typescript-eslint/eslint-plugin": "^8.3.0",
    "@typescript-eslint/parser": "^8.3.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-promise": "^6.1.1",
    "nx": "^20",
    "prettier": "^3.3.3",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5",
    "yarn-deduplicate": "^6.0.2"
  },
  "dependencies": {
    "@google-cloud/storage": "^7",
    "@nx/workspace": "^20",
    "nx-remotecache-custom": "^20"
  },
  "files": [
    "dist/**",
    "lib/**"
  ]
}
