{
  "name": "@erquhart/lerna-run",
  "version": "3.14.0",
  "description": "Run an npm script in each package that contains that script",
  "keywords": [
    "lerna",
    "command"
  ],
  "homepage": "https://github.com/lerna/lerna/tree/master/commands/run#readme",
  "license": "MIT",
  "author": {
    "name": "Daniel Stockman",
    "url": "https://github.com/evocateur"
  },
  "files": [
    "command.js",
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 6.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lerna/lerna.git",
    "directory": "commands/run"
  },
  "scripts": {
    "test": "echo \"Run tests from root\" && exit 1"
  },
  "yargs": {
    "populate--": true
  },
  "dependencies": {
    "@erquhart/lerna-batch-packages": "3.14.0",
    "@erquhart/lerna-command": "3.14.0",
    "@erquhart/lerna-filter-options": "3.14.0",
    "@erquhart/lerna-npm-run-script": "3.14.0",
    "@erquhart/lerna-output": "3.14.0",
    "@erquhart/lerna-run-parallel-batches": "3.14.0",
    "@erquhart/lerna-timer": "3.14.0",
    "@erquhart/lerna-validation-error": "3.14.0",
    "p-map": "^1.2.0"
  },
  "gitHead": "8466fb4b96e2e2500b0f066d3e95a7d694a1d688"
}
