UNPKG

@minka/nx-remote-cache

Version:

This repository provides an NX runner that utilizes a Google Cloud Platform (GCP) bucket as distributed cache storage.

35 lines (34 loc) 674 B
{ "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" } }