{ "name": "@lerna/bootstrap", "version": "4.0.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": ">= 10.18.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": "4.0.0", "@lerna/filter-options": "4.0.0", "@lerna/has-npm-version": "4.0.0", "@lerna/npm-install": "4.0.0", "@lerna/package-graph": "4.0.0", "@lerna/pulse-till-done": "4.0.0", "@lerna/rimraf-dir": "4.0.0", "@lerna/run-lifecycle": "4.0.0", "@lerna/run-topologically": "4.0.0", "@lerna/symlink-binary": "4.0.0", "@lerna/symlink-dependencies": "4.0.0", "@lerna/validation-error": "4.0.0", "dedent": "^0.7.0", "get-port": "^5.1.1", "multimatch": "^5.0.0", "npm-package-arg": "^8.1.0", "npmlog": "^4.1.2", "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-waterfall": "^2.1.1", "read-package-tree": "^5.3.1", "semver": "^7.3.4" }, "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a" }