{
  "name": "nx-gcp-cache",
  "version": "1.1.2",
  "description": "GCP Cloud Storage Cache plugin for Nx",
  "keywords": [
    "GCP",
    "GCS",
    "Google Cloud Storage",
    "Tasks",
    "Runner",
    "Cache",
    "Workspace",
    "Nrwl",
    "Nx",
    "Monorepo"
  ],
  "license": "MIT",
  "author": "David Garcia",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "typings": "./lib/index.d.ts",
  "generators": "./generators.json",
  "repository": {
    "type": "git",
    "url": "https://github.com/davidgarciab/nx-gcp-cache"
  },
  "homepage": "https://github.com/davidgarciab/nx-gcp-cache",
  "scripts": {
    "build": "tsc",
    "lint": "eslint src",
    "lint:fix": "eslint --fix src",
    "test": "jest"
  },
  "peerDependencies": {
    "@nx/devkit": ">=16.0.0",
    "@nx/workspace": ">=16.0.0",
    "nx": ">=16.0.0"
  },
  "dependencies": {
    "@google-cloud/storage": "7.1.0",
    "dotenv": "16.3.1",
    "tar": "6.2.0"
  },
  "devDependencies": {
    "@nx/devkit": "16.8.1",
    "@nx/plugin": "16.8.1",
    "@nx/workspace": "16.8.1",
    "@types/fs-extra": "^11.0.1",
    "@types/jest": "29.5.5",
    "@types/node": "20.6.3",
    "@types/tar": "6.1.6",
    "@typescript-eslint/eslint-plugin": "6.7.2",
    "@typescript-eslint/parser": "6.7.2",
    "eslint": "8.49.0",
    "eslint-config-prettier": "9.0.0",
    "eslint-plugin-import": "2.28.1",
    "eslint-plugin-import-helpers": "1.3.1",
    "eslint-plugin-jest": "27.4.0",
    "eslint-plugin-prettier": "5.0.0",
    "eslint-plugin-unused-imports": "3.0.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "jsonc-eslint-parser": "^2.3.0",
    "nx": "16.8.1",
    "prettier": "3.0.3",
    "ts-jest": "29.1.1",
    "ts-node": "10.9.1",
    "tslib": "2.6.2",
    "typescript": "5.2.2"
  },
  "files": [
    "src/generators/init/schema.json",
    "lib/",
    "generators.json"
  ]
}
