{
  "name": "@reuters-graphics/runner",
  "version": "0.1.6",
  "description": "A better way to organize npm scripts, with argument hoisting, env variable management and complex task chaining.",
  "main": "dist/index.js",
  "author": "Jon McClure <jon.r.mcclure@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/reuters-graphics/runner#readme",
  "repository": {
    "type": "git",
    "url": "git@github.com:reuters-graphics/runner.git"
  },
  "files": [
    "dist/*"
  ],
  "bin": {
    "runner": "dist/cli.js"
  },
  "private": false,
  "engines": {
    "node": ">=8.0.0"
  },
  "keywords": [
    "npm scripts",
    "runner",
    "task runner",
    "build",
    "tool",
    "tooling",
    "pipeline",
    "series",
    "cli"
  ],
  "scripts": {
    "prepublishOnly": "npm run build && npm run test",
    "build": "rollup --config rollup.config.js",
    "test": "mocha"
  },
  "dependencies": {
    "ajv": "^6.11.0",
    "chalk": "^3.0.0",
    "cross-spawn": "^7.0.1",
    "lodash": "^4.17.15",
    "minimist": "^1.2.0",
    "minimist-options": "^4.0.2",
    "update-notifier": "^4.0.0",
    "yargs": "^15.1.0",
    "yargs-parser": "^16.1.0",
    "yargs-unparser": "^1.5.0"
  },
  "devDependencies": {
    "@hobbes7878/eslint-config": "^0.0.2",
    "@rollup/plugin-json": "^4.0.1",
    "@rollup/plugin-node-resolve": "^7.0.0",
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "eslint-plugin-chai-friendly": "^0.5.0",
    "eslint-plugin-mocha": "^6.2.2",
    "mocha": "^7.0.1",
    "prompts": "^2.3.0",
    "rollup": "^1.30.1",
    "rollup-plugin-node-externals": "^2.1.3"
  }
}
