lerna
Version:
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository
105 lines (104 loc) • 3 kB
JSON
{
"name": "lerna",
"version": "10.0.1",
"type": "module",
"description": "Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository",
"keywords": [
"lerna",
"monorepo",
"multi-package"
],
"homepage": "https://lerna.js.org",
"license": "MIT",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bin": {
"lerna": "dist/cli.js"
},
"files": [
"dist",
"schemas/lerna-schema.json",
"migrations.json"
],
"main": "./dist/index.js",
"engines": {
"node": "^22.13.0 || ^24.0.0 || ^26.0.0"
},
"publishConfig": {
"tag": "next"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lerna/lerna.git",
"directory": "packages/lerna"
},
"nx-migrations": {
"migrations": "./migrations.json"
},
"dependencies": {
"@npmcli/arborist": "9.1.6",
"@npmcli/package-json": "7.0.2",
"@npmcli/run-script": "10.0.3",
"@nx/devkit": ">=23.1.0 < 24.0.0",
"@octokit/plugin-enterprise-rest": "6.0.1",
"@octokit/rest": "20.1.2",
"ci-info": "4.3.1",
"cmd-shim": "6.0.3",
"columnify": "1.6.0",
"conventional-changelog": "8.1.0",
"conventional-changelog-angular": "9.2.1",
"conventional-commits-filter": "6.0.1",
"conventional-commits-parser": "7.1.2",
"conventional-recommended-bump": "12.1.0",
"cosmiconfig": "9.0.0",
"dedent": "1.5.3",
"envinfo": "7.13.0",
"execa": "5.0.0",
"fs-extra": "^11.2.0",
"git-url-parse": "14.0.0",
"handlebars": "4.7.9",
"import-local": "3.1.0",
"ini": "^1.3.8",
"init-package-json": "8.2.2",
"inquirer": "12.9.6",
"js-yaml": "4.3.0",
"libnpmaccess": "10.0.3",
"libnpmpublish": "11.1.2",
"load-json-file": "6.2.0",
"make-fetch-happen": "15.0.2",
"minimatch": "3.1.4",
"npm-package-arg": "13.0.1",
"npm-packlist": "10.0.3",
"npm-registry-fetch": "19.1.0",
"nx": ">=23.1.0 < 24.0.0",
"p-map": "4.0.0",
"p-queue": "6.6.2",
"pacote": "21.0.1",
"read-cmd-shim": "4.0.0",
"semver": "7.7.2",
"signal-exit": "3.0.7",
"ssri": "12.0.0",
"string-width": "^4.2.3",
"tar": "7.5.22",
"tinyglobby": "0.2.12",
"validate-npm-package-license": "3.0.4",
"validate-npm-package-name": "6.0.2",
"write-file-atomic": "5.0.1",
"yargs": "17.7.2"
},
"exports": {
".": "./dist/index.js",
"./cli": "./dist/cli.js",
"./commands/*": "./dist/commands/*/index.js",
"./commands/*/command": "./dist/commands/*/command.js",
"./commands/diff/lib/*": "./dist/commands/diff/lib/*.js",
"./commands/publish/lib/*": "./dist/commands/publish/lib/*.js",
"./commands/version/lib/*": "./dist/commands/version/lib/*.js",
"./dist/cli.js": "./dist/cli.js",
"./migrations/**/*": "./dist/migrations/**/*",
"./utils": "./dist/utils/index.js"
},
"gitHead": "35d15a1567932be97759f512d8b8033dad72b411"
}