{
  "name": "nx-cloud",
  "version": "19.1.3",
  "description": "Distributed caching and task execution for Lerna and Nx",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "Monorepo",
    "Nx",
    "Nx Cloud"
  ],
  "author": "Victor Savkin",
  "license": "proprietary",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.app",
  "publishConfig": {
    "access": "public"
  },
  "generators": "./generators.json",
  "bin": {
    "nx-cloud": "./bin/nx-cloud.js"
  },
  "dependencies": {
    "axios": "1.13.6",
    "chalk": "4.1.2",
    "dotenv": "10.0.0",
    "fs-extra": "11.3.4",
    "ini": "4.1.3",
    "node-machine-id": "1.1.12",
    "open": "8.4.2",
    "tar-stream": "3.1.8",
    "yargs-parser": "21.1.1"
  },
  "files": [
    "bin",
    "generators.json",
    "index.d.ts",
    "index.js",
    "lib",
    "LICENSE",
    "README.md"
  ],
  "readme": "# Nx Cloud\n\n<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nd/3.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nd/3.0/88x31.png\" /></a><br />This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nd/3.0/\">Creative Commons Attribution-NoDerivs 3.0 Unported License</a>.\n[![NPM Version](https://badge.fury.io/js/%40nrwl%2Fworkspace.svg)](https://www.npmjs.com/nx-cloud)\n[![Join the chat at https://gitter.im/nrwl-nx/community](https://badges.gitter.im/nrwl-nx/community.svg)](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n[![Join us @nrwl/community on slack](https://img.shields.io/badge/slack-%40nrwl%2Fcommunity-brightgreen)](https://bit.ly/2ZApcSo)\n\nDistributed caching and analytics for your Nx Workspace.\n\n- Learn more about Nx at [nx.dev](https://nx.dev/).\n- Learn more about Nx Cloud at [nx.app](https://nx.app/).\n",
  "readmeFilename": "README.md"
}