{
  "name": "@lerna/bootstrap",
  "version": "3.21.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"
  },
  "dependencies": {
    "@lerna/command": "3.21.0",
    "@lerna/filter-options": "3.20.0",
    "@lerna/has-npm-version": "3.16.5",
    "@lerna/npm-install": "3.16.5",
    "@lerna/package-graph": "3.18.5",
    "@lerna/pulse-till-done": "3.13.0",
    "@lerna/rimraf-dir": "3.16.5",
    "@lerna/run-lifecycle": "3.16.2",
    "@lerna/run-topologically": "3.18.5",
    "@lerna/symlink-binary": "3.17.0",
    "@lerna/symlink-dependencies": "3.17.0",
    "@lerna/validation-error": "3.13.0",
    "dedent": "^0.7.0",
    "get-port": "^4.2.0",
    "multimatch": "^3.0.0",
    "npm-package-arg": "^6.1.0",
    "npmlog": "^4.1.2",
    "p-finally": "^1.0.0",
    "p-map": "^2.1.0",
    "p-map-series": "^1.0.0",
    "p-waterfall": "^1.0.0",
    "read-package-tree": "^5.1.6",
    "semver": "^6.2.0"
  },
  "gitHead": "3367257cabe1540a3b9468acbfa0d01ba391077d"
}
