{ "name": "nx-cloud", "version": "19.0.0", "description": "Distributed caching and task execution for Lerna and Nx", "keywords": [ "Monorepo", "Nx", "Nx Cloud" ], "main": "./index.js", "types": "index.d.ts", "author": "Victor Savkin", "license": "CC-BY-ND-3.0", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.app", "generators": "./generators.json", "bin": { "nx-cloud": "./bin/nx-cloud.js" }, "dependencies": { "axios": "^1.6.0", "dotenv": "~10.0.0", "node-machine-id": "^1.1.12", "tar": "6.2.1", "strip-json-comments": "^3.1.1", "chalk": "^4.1.0", "yargs-parser": ">=21.1.1", "fs-extra": "^11.1.0", "open": "~8.4.0", "@nrwl/nx-cloud": "19.0.0" }, "type": "commonjs" }