{
  "name": "@lerna-lite/cli",
  "version": "5.0.0",
  "description": "Lerna-Lite CLI for the Version/Publish commands",
  "homepage": "https://github.com/lerna-lite/lerna-lite",
  "bugs": {
    "url": "https://github.com/lerna-lite/lerna-lite/issues"
  },
  "license": "MIT",
  "author": "Ghislain B.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lerna-lite/lerna-lite.git",
    "directory": "packages/cli"
  },
  "bin": {
    "lerna": "dist/cli.js"
  },
  "files": [
    "/dist",
    "schemas/lerna-schema.json"
  ],
  "type": "module",
  "types": "./dist/cli.d.ts",
  "exports": {
    "types": "./dist/cli.d.ts",
    "import": "./dist/cli.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@lerna-lite/core": "5.0.0",
    "@lerna-lite/init": "5.0.0",
    "@lerna-lite/npmlog": "5.0.0",
    "dedent": "^1.7.2",
    "dotenv": "^17.3.1",
    "import-local": "^3.2.0",
    "load-json-file": "^7.0.1",
    "yargs": "^18.0.0"
  },
  "peerDependenciesMeta": {
    "@lerna-lite/exec": {
      "optional": true
    },
    "@lerna-lite/list": {
      "optional": true
    },
    "@lerna-lite/publish": {
      "optional": true
    },
    "@lerna-lite/run": {
      "optional": true
    },
    "@lerna-lite/version": {
      "optional": true
    },
    "@lerna-lite/watch": {
      "optional": true
    }
  },
  "engines": {
    "node": "^22.17.0 || >=24.0.0"
  },
  "gitHead": "75dc11dd3c7899c218b8b6df3f7819287a266af8"
}
