{
  "name": "@lerna/create",
  "version": "9.0.5",
  "type": "commonjs",
  "description": "Create a new lerna-managed package",
  "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": "^20.19.0 || ^22.12.0 || >=24.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lerna/lerna.git",
    "directory": "packages/legacy-structure/commands/create"
  },
  "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",
    "cmd-shim": "6.0.3",
    "color-support": "1.1.3",
    "columnify": "1.6.0",
    "console-control-strings": "^1.1.0",
    "conventional-changelog-core": "5.0.1",
    "conventional-recommended-bump": "7.0.1",
    "cosmiconfig": "9.0.0",
    "dedent": "1.5.3",
    "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",
    "ini": "^1.3.8",
    "init-package-json": "8.2.2",
    "inquirer": "12.9.6",
    "is-ci": "3.0.1",
    "is-stream": "2.0.0",
    "js-yaml": "4.1.1",
    "libnpmpublish": "11.1.2",
    "load-json-file": "6.2.0",
    "make-dir": "4.0.0",
    "make-fetch-happen": "15.0.2",
    "minimatch": "3.1.4",
    "multimatch": "5.0.0",
    "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-queue": "6.6.2",
    "p-reduce": "^2.1.0",
    "pacote": "21.0.1",
    "pify": "5.0.0",
    "read-cmd-shim": "4.0.0",
    "resolve-from": "5.0.0",
    "rimraf": "^6.1.2",
    "semver": "7.7.2",
    "set-blocking": "^2.0.0",
    "signal-exit": "3.0.7",
    "slash": "^3.0.0",
    "ssri": "12.0.0",
    "string-width": "^4.2.3",
    "tar": "7.5.8",
    "temp-dir": "1.0.0",
    "through": "2.3.8",
    "tinyglobby": "0.2.12",
    "upath": "2.0.1",
    "uuid": "^11.1.0",
    "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",
    "write-pkg": "4.0.0",
    "yargs": "17.7.2",
    "yargs-parser": "21.1.1"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./command": {
      "import": "./dist/command.js",
      "require": "./dist/command.js"
    },
    "./lib/builtin-npmrc": {
      "import": "./dist/lib/builtin-npmrc.js",
      "require": "./dist/lib/builtin-npmrc.js"
    },
    "./lib/cat-file": {
      "import": "./dist/lib/cat-file.js",
      "require": "./dist/lib/cat-file.js"
    },
    "./lib/lerna-module-data": {
      "import": "./dist/lib/lerna-module-data.js",
      "require": "./dist/lib/lerna-module-data.js"
    }
  },
  "gitHead": "18297cc14a6966003424d93688335f52d7711732"
}
