{
  "name": "@erquhart/lerna-publish",
  "version": "3.14.0",
  "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": {
    "@erquhart/lerna-batch-packages": "3.14.0",
    "@erquhart/lerna-check-working-tree": "3.14.0",
    "@erquhart/lerna-child-process": "3.14.0",
    "@erquhart/lerna-collect-updates": "3.14.0",
    "@erquhart/lerna-command": "3.14.0",
    "@erquhart/lerna-describe-ref": "3.14.0",
    "@erquhart/lerna-log-packed": "3.14.0",
    "@erquhart/lerna-npm-conf": "3.14.0",
    "@erquhart/lerna-npm-dist-tag": "3.14.0",
    "@erquhart/lerna-npm-publish": "3.14.0",
    "@erquhart/lerna-output": "3.14.0",
    "@erquhart/lerna-pack-directory": "3.14.0",
    "@erquhart/lerna-prompt": "3.14.0",
    "@erquhart/lerna-pulse-till-done": "3.14.0",
    "@erquhart/lerna-run-lifecycle": "3.14.0",
    "@erquhart/lerna-run-parallel-batches": "3.14.0",
    "@erquhart/lerna-validation-error": "3.14.0",
    "@erquhart/lerna-version": "3.14.0",
    "figgy-pudding": "^3.5.1",
    "fs-extra": "^7.0.0",
    "libnpmaccess": "^3.0.1",
    "npm-package-arg": "^6.1.0",
    "npm-registry-fetch": "^3.9.0",
    "npmlog": "^4.1.2",
    "p-finally": "^1.0.0",
    "p-map": "^1.2.0",
    "p-pipe": "^1.2.0",
    "p-reduce": "^1.0.0",
    "pacote": "^9.5.0",
    "semver": "^5.5.0"
  },
  "gitHead": "8466fb4b96e2e2500b0f066d3e95a7d694a1d688"
}
