{
  "name": "@erquhart/lerna-bootstrap",
  "version": "3.14.0",
  "description": "Link local packages together and install remaining package dependencies",
  "keywords": [
    "lerna",
    "command"
  ],
  "homepage": "https://github.com/lerna/lerna/tree/master/commands/bootstrap#readme",
  "license": "MIT",
  "author": {
    "name": "Daniel Stockman",
    "url": "https://github.com/evocateur"
  },
  "files": [
    "command.js",
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 6.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lerna/lerna.git",
    "directory": "commands/bootstrap"
  },
  "scripts": {
    "test": "echo \"Run tests from root\" && exit 1"
  },
  "yargs": {
    "populate--": true
  },
  "dependencies": {
    "@erquhart/lerna-batch-packages": "3.14.0",
    "@erquhart/lerna-command": "3.14.0",
    "@erquhart/lerna-filter-options": "3.14.0",
    "@erquhart/lerna-has-npm-version": "3.14.0",
    "@erquhart/lerna-npm-install": "3.14.0",
    "@erquhart/lerna-package-graph": "3.14.0",
    "@erquhart/lerna-pulse-till-done": "3.14.0",
    "@erquhart/lerna-rimraf-dir": "3.14.0",
    "@erquhart/lerna-run-lifecycle": "3.14.0",
    "@erquhart/lerna-run-parallel-batches": "3.14.0",
    "@erquhart/lerna-symlink-binary": "3.14.0",
    "@erquhart/lerna-symlink-dependencies": "3.14.0",
    "@erquhart/lerna-validation-error": "3.14.0",
    "dedent": "^0.7.0",
    "get-port": "^3.2.0",
    "multimatch": "^2.1.0",
    "npm-package-arg": "^6.1.0",
    "npmlog": "^4.1.2",
    "p-finally": "^1.0.0",
    "p-map": "^1.2.0",
    "p-map-series": "^1.0.0",
    "p-waterfall": "^1.0.0",
    "read-package-tree": "^5.1.6",
    "semver": "^5.5.0"
  },
  "gitHead": "8466fb4b96e2e2500b0f066d3e95a7d694a1d688"
}
