{
  "name": "@lerna-lite/publish",
  "version": "5.2.1",
  "description": "Publish packages in the current workspace",
  "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/publish"
  },
  "files": [
    "/dist"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@lerna-lite/cli": "5.2.1",
    "@lerna-lite/core": "5.2.1",
    "@lerna-lite/npmlog": "5.1.0",
    "@lerna-lite/version": "5.2.1",
    "@npmcli/arborist": "^9.4.3",
    "@npmcli/package-json": "^7.0.5",
    "ci-info": "^4.4.0",
    "columnify": "^1.6.0",
    "libnpmaccess": "^10.0.3",
    "libnpmpublish": "^11.1.3",
    "npm-package-arg": "^13.0.2",
    "npm-packlist": "^10.0.4",
    "npm-registry-fetch": "^19.1.1",
    "p-map": "^7.0.4",
    "pacote": "^21.5.0",
    "semver": "^7.7.4",
    "ssri": "^13.0.1",
    "tar": "^7.5.13",
    "tinyglobby": "^0.2.16"
  },
  "engines": {
    "node": "^22.17.0 || >=24.0.0"
  },
  "gitHead": "ff1c4b77944dde295c4431d7e1abaec810763432"
}
