{
  "name": "phpunit-pretty-result-printer",
  "version": "0.32.0",
  "description": "Extend the default PHPUnit Result Printer with a modern, pretty printer!",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "coverage-report": "open ./coverage/index.html",
    "publish": "./tasks/publish.js",
    "test": "vendor/bin/phpunit --colors=always --testsuite Unit",
    "test:unit": "vendor/bin/phpunit --colors=always --testsuite=Unit",
    "test:feature": "vendor/bin/phpunit --colors=always --testsuite=Feature"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikeerickson/phpunit-pretty-result-printer.git"
  },
  "keywords": [],
  "author": "Mike Erickson <codedungeon@gmail.com> (https://github.com/mikeerickson)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikeerickson/phpunit-pretty-result-printer/issues"
  },
  "homepage": "https://github.com/mikeerickson/phpunit-pretty-result-printer#readme",
  "devDependencies": {
    "@codedungeon/messenger": "0.7.0",
    "prettier": "2.1.2"
  }
}
