@lerna/bootstrap
Version:
Link local packages together and install remaining package dependencies
42 lines (41 loc) • 925 B
JSON
{
"name": "@lerna/bootstrap",
"version": "6.6.2",
"description": "Link local packages together and install remaining package dependencies",
"keywords": [
"lerna",
"command"
],
"homepage": "https://lerna.js.org",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
"url": "https://github.com/evocateur"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md"
],
"main": "./dist/index.js",
"engines": {
"node": "^14.17.0 || >=16.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lerna/lerna.git",
"directory": "packages/legacy-structure/commands/bootstrap"
},
"dependencies": {
"lerna": "6.6.2"
},
"exports": {
".": "./dist/index.js",
"./command": "./dist/command.js",
"./lib/*": "./dist/lib/*.js"
},
"gitHead": "9a7796145124eeeec45a4a3e8afd0a438077268d"
}