{
  "name": "robohydra",
  "version": "0.6.9",
  "bin": "./bin/robohydra.js",
  "main": "./lib/exports.js",
  "scripts": {
    "test": "node_modules/.bin/mocha",
    "watch": "node_modules/.bin/mocha -w"
  },
  "dependencies": {
    "commander": "^2.19.0",
    "ejs": "3.1.6",
    "markdown": "^0.3.1",
    "mime": "^1.0.0",
    "qs": "^6.3.1",
    "ws": "1.1.5"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.1.4",
    "snyk": "^1.8.4"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/robohydra/robohydra.git"
  },
  "snyk": true
}
