{
  "name": "@erquhart/lerna",
  "version": "3.14.1",
  "description": "A tool for managing JavaScript projects with multiple packages.",
  "keywords": [
    "lerna",
    "monorepo",
    "multi-package"
  ],
  "homepage": "https://github.com/lerna/lerna#readme",
  "license": "MIT",
  "author": {
    "name": "Sebastian McKenzie",
    "email": "sebmck@gmail.com"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "lerna": "cli.js"
  },
  "files": [
    "index.js",
    "cli.js"
  ],
  "engines": {
    "node": ">= 6.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lerna/lerna.git",
    "directory": "core/lerna"
  },
  "scripts": {
    "test": "echo \"Run tests from root\" && exit 1"
  },
  "yargs": {
    "populate--": true
  },
  "dependencies": {
    "@erquhart/lerna-add": "3.14.0",
    "@erquhart/lerna-bootstrap": "3.14.0",
    "@erquhart/lerna-changed": "3.14.0",
    "@erquhart/lerna-clean": "3.14.0",
    "@erquhart/lerna-cli": "3.14.0",
    "@erquhart/lerna-create": "3.14.0",
    "@erquhart/lerna-diff": "3.14.0",
    "@erquhart/lerna-exec": "3.14.0",
    "@erquhart/lerna-import": "3.14.0",
    "@erquhart/lerna-init": "3.14.0",
    "@erquhart/lerna-link": "3.14.0",
    "@erquhart/lerna-list": "3.14.0",
    "@erquhart/lerna-publish": "3.14.0",
    "@erquhart/lerna-run": "3.14.0",
    "@erquhart/lerna-version": "3.14.0",
    "import-local": "^1.0.0",
    "npmlog": "^4.1.2"
  },
  "gitHead": "03bf30396e05066f6eccacbc3ec0a2aceb41ebec"
}
