{
  "name": "hyperpotamus",
  "version": "0.39.0",
  "description": "YAML based HTTP script processing engine",
  "homepage": "https://github.com/pmarkert/hyperpotamus/wiki",
  "main": "lib/index.js",
  "bin": {
    "hyperpotamus": "hyperpotamus.js",
    "hdb": "hdb.js"
  },
  "scripts": {
    "test": "mocha $NODE_DEBUG_OPTION"
  },
  "author": "Phillip Markert <phillip@ephisys.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/pmarkert/hyperpotamus.git"
  },
  "bugs": {
    "url": "https://github.com/pmarkert/hyperpotamus/issues"
  },
  "keywords": [
    "yaml",
    "json",
    "api",
    "http",
    "script",
    "load test",
    "automation",
    "website monitoring"
  ],
  "dependencies": {
    "async": "^2.6.1",
    "aws-sdk": "^2.384.0",
    "bluebird": "^3.5.3",
    "calfinated": "^1.4.1",
    "cheerio": "^0.22.0",
    "colors": "^1.3.3",
    "fast-csv": "^4.3.6",
    "js-yaml": "^3.13.1",
    "jsonpath": "^1.0.2",
    "lodash": "^4.17.15",
    "marked": "^4.0.10",
    "mkdirp": "^0.5.0",
    "moment": "^2.23.0",
    "moment-timezone": "^0.5.23",
    "named-regexp": "^0.1.1",
    "prompt": "^1.0.0",
    "request": "^2.88.0",
    "request-as-curl": "^0.1.0",
    "semver": "^5.6.0",
    "socks5-http-client": "^1.0.4",
    "tough-cookie": "^2.5.0",
    "verror": "^1.9.0",
    "xmldom": "^0.5.0",
    "xpath": "0.0.23",
    "yaml-include": "^1.2.0",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "body-parser": "^1.18.3",
    "chai": "^3.5.0",
    "cookie-parser": "^1.4.3",
    "express": "^4.16.4",
    "mocha": "^8.3.0"
  },
  "license": "MIT",
  "eslintConfig": {
    "env": {
      "es6": true,
      "node": true
    },
    "extends": "eslint:recommended",
    "globals": {
      "Mark": true
    },
    "rules": {
      "indent": [
        "error",
        "tab",
        {
          "SwitchCase": 1
        }
      ],
      "linebreak-style": [
        "error",
        "unix"
      ],
      "quotes": [
        "error",
        "double"
      ],
      "semi": [
        "error",
        "always"
      ]
    }
  }
}
