{
  "name": "lerna",
  "version": "9.0.7",
  "type": "commonjs",
  "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": "^20.19.0 || ^22.12.0 || >=24.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": ">=21.5.2 < 23.0.0",
    "@octokit/plugin-enterprise-rest": "6.0.1",
    "@octokit/rest": "20.1.2",
    "aproba": "2.0.0",
    "byte-size": "8.1.1",
    "chalk": "4.1.0",
    "ci-info": "4.3.1",
    "cmd-shim": "6.0.3",
    "color-support": "1.1.3",
    "columnify": "1.6.0",
    "console-control-strings": "^1.1.0",
    "conventional-changelog-angular": "7.0.0",
    "conventional-changelog-core": "5.0.1",
    "conventional-recommended-bump": "7.0.1",
    "cosmiconfig": "9.0.0",
    "dedent": "1.5.3",
    "envinfo": "7.13.0",
    "execa": "5.0.0",
    "fs-extra": "^11.2.0",
    "get-stream": "6.0.0",
    "git-url-parse": "14.0.0",
    "glob-parent": "6.0.2",
    "has-unicode": "2.0.1",
    "import-local": "3.1.0",
    "ini": "^1.3.8",
    "init-package-json": "8.2.2",
    "inquirer": "12.9.6",
    "is-ci": "3.0.1",
    "jest-diff": ">=30.0.0 < 31",
    "js-yaml": "4.1.1",
    "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": ">=21.5.3 < 23.0.0",
    "p-map": "4.0.0",
    "p-map-series": "2.1.0",
    "p-pipe": "3.1.0",
    "p-queue": "6.6.2",
    "p-reduce": "2.1.0",
    "p-waterfall": "2.1.1",
    "pacote": "21.0.1",
    "read-cmd-shim": "4.0.0",
    "semver": "7.7.2",
    "signal-exit": "3.0.7",
    "slash": "3.0.0",
    "ssri": "12.0.0",
    "string-width": "^4.2.3",
    "tar": "7.5.11",
    "through": "2.3.8",
    "tinyglobby": "0.2.12",
    "typescript": ">=3 < 6",
    "upath": "2.0.1",
    "validate-npm-package-license": "3.0.4",
    "validate-npm-package-name": "6.0.2",
    "wide-align": "1.1.5",
    "write-file-atomic": "5.0.1",
    "yargs": "17.7.2",
    "yargs-parser": "21.1.1"
  },
  "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": "4322536e385c067afe743c089430dd5cfe35d010"
}
