{
  "name": "@myndzi/test-runner",
  "version": "1.2.1",
  "description": "Robust test runner with support for convenient filtering, linting, coverage, performance testing, and more",
  "main": "./lib/runner.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/bbhmedia/test-runner"
  },
  "scripts": {
    "test": "node test",
    "bamp": "bamp",
    "jshint": "jshint"
  },
  "bin": {
    "test-runner": "./bin/test-runner"
  },
  "author": "Kris Reeves",
  "license": "ISC",
  "dependencies": {
    "@myndzi/logger": "^0.1.3",
    "bluebird": "^3.5.5",
    "errors": "^0.2.0",
    "istanbul": "^0.4.5",
    "jshint": "^2.11.0-rc1",
    "jshint-stylish-ex": "^0.2.0",
    "minimist": "^1.2.0",
    "mocha": "^6.2.2",
    "mocha-reporter-multiplexer": "^1.0.8",
    "mocha-unfunk-reporter": "^0.4.0"
  },
  "devDependencies": {
    "bamp": "^1.1.1",
    "should": "^13.2.3"
  }
}
