{
  "name": "nx-cloud",
  "version": "16.4.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.1.3",
    "dotenv": "~10.0.0",
    "node-machine-id": "^1.1.12",
    "tar": "6.1.11",
    "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": "16.4.0"
  },
  "type": "commonjs"
}
