{
  "name": "@minka/nx-remote-cache",
  "version": "1.2.0",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "nx",
    "remote-cache",
    "gcp",
    "gcs",
    "google-storage"
  ],
  "author": "Hardsix",
  "license": "ISC",
  "dependencies": {
    "@google-cloud/storage": "7.10.2",
    "@types/lodash": "4.17.7",
    "lodash": "4.17.21",
    "nx": "20.6.0",
    "nx-remotecache-custom": "20.0.0",
    "safe-stable-stringify": "2.4.1"
  },
  "devDependencies": {
    "typescript": "5.7.2"
  }
}
