{
  "name": "@nrwl/nx-cloud",
  "version": "19.1.3",
  "description": "Distributed caching and task execution for Lerna and Nx",
  "keywords": [
    "Monorepo",
    "Nx",
    "Nx Cloud"
  ],
  "main": "index.js",
  "author": "Victor Savkin",
  "license": "proprietary",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.app",
  "publishConfig": {
    "access": "public"
  },
  "generators": "./generators.json",
  "dependencies": {
    "nx-cloud": "19.1.3"
  },
  "files": [
    "generators.json",
    "index.js",
    "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"
}