{
  "name": "@lerna/command",
  "version": "3.21.0",
  "description": "Lerna's internal base class for commands",
  "keywords": [
    "lerna",
    "core"
  ],
  "homepage": "https://github.com/lerna/lerna/tree/master/core/command#readme",
  "license": "MIT",
  "author": {
    "name": "Daniel Stockman",
    "url": "https://github.com/evocateur"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 6.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lerna/lerna.git",
    "directory": "core/command"
  },
  "scripts": {
    "test": "echo \"Run tests from root\" && exit 1"
  },
  "dependencies": {
    "@lerna/child-process": "3.16.5",
    "@lerna/package-graph": "3.18.5",
    "@lerna/project": "3.21.0",
    "@lerna/validation-error": "3.13.0",
    "@lerna/write-log-file": "3.13.0",
    "clone-deep": "^4.0.1",
    "dedent": "^0.7.0",
    "execa": "^1.0.0",
    "is-ci": "^2.0.0",
    "npmlog": "^4.1.2"
  },
  "gitHead": "3367257cabe1540a3b9468acbfa0d01ba391077d"
}
