{
  "name": "@futurestudio/hercules",
  "description": "Hercules is a Vagrant box that provides a great development environment.",
  "version": "1.5.1",
  "author": "Marcus Pöhls <marcus@futurestud.io>",
  "bin": {
    "hercules": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/futurestudio/hercules/issues"
  },
  "dependencies": {
    "@adonisjs/ace": "~5.0.8",
    "@supercharge/collections": "~1.4.1",
    "js-yaml": "~3.13.1",
    "ora": "~3.4.0",
    "update-notifier": "~3.0.1"
  },
  "devDependencies": {
    "ava": "2.2.0",
    "eslint": "~6.1.0",
    "eslint-config-standard": "~13.0.1",
    "eslint-plugin-import": "~2.18.2",
    "eslint-plugin-node": "~9.1.0",
    "eslint-plugin-promise": "~4.2.1",
    "eslint-plugin-standard": "~4.0.0",
    "execa": "~2.0.3"
  },
  "engines": {
    "node": ">= 8.9.0"
  },
  "homepage": "https://github.com/futurestudio/hercules#readme",
  "keywords": [
    "dev-environment",
    "developer",
    "devops",
    "node.js",
    "vagrant"
  ],
  "license": "MIT",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/futurestudio/hercules.git"
  },
  "scripts": {
    "test": "ava",
    "test-single": "ava --match"
  }
}
