{
  "name": "@erquhart/lerna-add",
  "version": "3.14.0",
  "description": "Add a dependency to matched packages",
  "keywords": [
    "lerna",
    "command"
  ],
  "homepage": "https://github.com/lerna/lerna/tree/master/commands/add#readme",
  "license": "MIT",
  "author": {
    "name": "Daniel Stockman",
    "url": "https://github.com/evocateur"
  },
  "files": [
    "command.js",
    "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": "commands/add"
  },
  "scripts": {
    "test": "echo \"Run tests from root\" && exit 1"
  },
  "dependencies": {
    "@erquhart/lerna-bootstrap": "3.14.0",
    "@erquhart/lerna-command": "3.14.0",
    "@erquhart/lerna-filter-options": "3.14.0",
    "@erquhart/lerna-npm-conf": "3.14.0",
    "@erquhart/lerna-validation-error": "3.14.0",
    "dedent": "^0.7.0",
    "npm-package-arg": "^6.1.0",
    "p-map": "^1.2.0",
    "pacote": "^9.5.0",
    "semver": "^5.5.0"
  },
  "gitHead": "8466fb4b96e2e2500b0f066d3e95a7d694a1d688"
}
