{
  "name": "@microsoft/rush",
  "version": "5.151.0",
  "description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
  "keywords": [
    "install",
    "build",
    "publish",
    "fast",
    "incremental",
    "package manager",
    "monorepo",
    "package.json"
  ],
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/rushstack.git",
    "directory": "apps/rush"
  },
  "engines": {
    "node": ">=5.6.0"
  },
  "engineStrict": true,
  "homepage": "https://rushjs.io",
  "bin": {
    "rush": "./bin/rush",
    "rush-pnpm": "./bin/rush-pnpm",
    "rushx": "./bin/rushx"
  },
  "license": "MIT",
  "dependencies": {
    "semver": "~7.5.4",
    "@rushstack/node-core-library": "5.13.0",
    "@microsoft/rush-lib": "5.151.0",
    "@rushstack/terminal": "0.15.2"
  },
  "devDependencies": {
    "@types/heft-jest": "1.0.1",
    "@types/semver": "7.5.0",
    "@rushstack/heft": "0.71.1",
    "local-node-rig": "1.0.0",
    "@rushstack/rush-amazon-s3-build-cache-plugin": "5.151.0",
    "@rushstack/rush-azure-storage-build-cache-plugin": "5.151.0",
    "@rushstack/rush-http-build-cache-plugin": "5.151.0"
  },
  "scripts": {
    "build": "heft build --clean",
    "start": "node lib/start-dev-docs.js",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}