{
  "name": "@lerna/publish",
  "version": "3.22.1",
  "description": "Publish packages in the current project",
  "keywords": [
    "lerna",
    "command"
  ],
  "homepage": "https://github.com/lerna/lerna/tree/master/commands/publish#readme",
  "license": "MIT",
  "author": {
    "name": "Daniel Stockman",
    "url": "https://github.com/evocateur"
  },
  "files": [
    "command.js",
    "index.js",
    "lib",
    "!lib/__mocks__"
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 6.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lerna/lerna.git",
    "directory": "commands/publish"
  },
  "scripts": {
    "test": "echo \"Run tests from root\" && exit 1"
  },
  "dependencies": {
    "@evocateur/libnpmaccess": "^3.1.2",
    "@evocateur/npm-registry-fetch": "^4.0.0",
    "@evocateur/pacote": "^9.6.3",
    "@lerna/check-working-tree": "3.16.5",
    "@lerna/child-process": "3.16.5",
    "@lerna/collect-updates": "3.20.0",
    "@lerna/command": "3.21.0",
    "@lerna/describe-ref": "3.16.5",
    "@lerna/log-packed": "3.16.0",
    "@lerna/npm-conf": "3.16.0",
    "@lerna/npm-dist-tag": "3.18.5",
    "@lerna/npm-publish": "3.18.5",
    "@lerna/otplease": "3.18.5",
    "@lerna/output": "3.13.0",
    "@lerna/pack-directory": "3.16.4",
    "@lerna/prerelease-id-from-version": "3.16.0",
    "@lerna/prompt": "3.18.5",
    "@lerna/pulse-till-done": "3.13.0",
    "@lerna/run-lifecycle": "3.16.2",
    "@lerna/run-topologically": "3.18.5",
    "@lerna/validation-error": "3.13.0",
    "@lerna/version": "3.22.1",
    "figgy-pudding": "^3.5.1",
    "fs-extra": "^8.1.0",
    "npm-package-arg": "^6.1.0",
    "npmlog": "^4.1.2",
    "p-finally": "^1.0.0",
    "p-map": "^2.1.0",
    "p-pipe": "^1.2.0",
    "semver": "^6.2.0"
  },
  "gitHead": "f6e7a13e60fefc523d701efddfcf0ed41a77749b"
}
