{
  "name": "testarmada-magellan",
  "version": "11.0.20",
  "description": "Massively parallel automated testing",
  "main": "src/main",
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:TestArmada/magellan.git"
  },
  "contributors": [
    {
      "name": "Maciej Adwent",
      "url": "http://github.com/Maciek416"
    },
    {
      "name": "Dave Cadwallader",
      "url": "http://github.com/geekdave"
    },
    {
      "name": "Lei Zhu",
      "url": "https://github.com/archlichking"
    }
  ],
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "lint": "eslint src/** bin/**",
    "lint-fix": "eslint --fix src/** bin/**",
    "upload-coverage": "codecov"
  },
  "dependencies": {
    "async": "^2.1.4",
    "cli-color": "^1.1.0",
    "co": "^4.6.0",
    "fs-extra": "^7.0.1",
    "glob": "^7.1.1",
    "http-proxy": "^1.18.1",
    "lodash": "^4.6.1",
    "marge": "^1.0.1",
    "once": "^1.3.1",
    "portscanner": "^2.1.1",
    "pretty-ms": "^2.1.0",
    "request": "^2.55.0",
    "sanitize-filename": "^1.5.3",
    "slugify": "^1.0.2",
    "stream-slic3r": "^1.0.1",
    "sync-request": "^4.0.1",
    "testarmada-magellan-local-executor": "^2.0.0",
    "testarmada-tree-kill": "^2.0.0",
    "yargs": "^16.1.0"
  },
  "engineStrict": true,
  "engines": {
    "npm": ">=2.1.10"
  },
  "bin": {
    "magellan": "./bin/magellan",
    "magellan_": "./bin/magellan"
  },
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "codecov": "^3.7.1",
    "eslint": "^4.18.2",
    "eslint-config-walmart": "^1.1.0",
    "eslint-plugin-filenames": "^1.1.0",
    "istanbul": "^0.4.5",
    "jest": "^26.5.3",
    "sinon": "^1.17.6",
    "testarmada-magellan-mocha-plugin": "^7.0.1"
  },
  "jest": {
    "verbose": true,
    "testURL": "http://localhost/",
    "collectCoverage": true,
    "coverageDirectory": "./coverage",
    "coverageReporters": [
      "lcov"
    ],
    "resetMocks": true,
    "testMatch": [
      "**/test/**/**.test.js"
    ],
    "coverageThreshold": {
      "global": {
        "statements": 90,
        "branches": 80,
        "functions": 90
      }
    }
  }
}
