{
  "name": "gruu",
  "version": "0.2.1",
  "description": "Modern, small and powerful testing with TAP output and support for async/await, promises, callbacks, streams and observables, built on [always-done][].",
  "repository": "tunnckoCore/gruu",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "lib/index.js",
  "license": "MIT",
  "scripts": {
    "lint": "standard --verbose",
    "pretest": "npm run lint",
    "test": "npm run coverage",
    "posttest": "npm run lint:coverage",
    "coverage": "nyc node test.js",
    "lint:coverage": "nyc check-coverage --lines 0 --branches 0 --statements 0 --functions 0",
    "report-coverage": "nyc report --reporter=text-lcov | coveralls",
    "prerelease": "npm test",
    "release": "standard-version --sign --no-verify",
    "precommit": "git add --all",
    "commit": "git-cz"
  },
  "dependencies": {
    "always-done": "^1.1.0",
    "async": "^1.5.2",
    "eventemitter3": "^2.0.2",
    "extend-shallow": "^2.0.1",
    "forward-object": "^0.1.1",
    "get-fn-name": "^1.0.0",
    "is-async-function": "^1.2.0",
    "is-typeof-error": "^1.1.0",
    "lazy-cache": "^2.0.1"
  },
  "devDependencies": {
    "commitizen": "^2.8.6",
    "coveralls": "^2.11.12",
    "cz-conventional-changelog": "^1.2.0",
    "mukla": "^0.4.4",
    "nyc": "^8.1.0",
    "pre-commit": "^1.1.3",
    "standard": "^8.4.0",
    "standard-version": "^3.0.0"
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "keywords": [],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "verb": {
    "run": true,
    "toc": {
      "render": true,
      "method": "preWrite",
      "maxdepth": 3
    },
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "lint": {
      "reflinks": true
    },
    "related": {
      "list": []
    },
    "reflinks": [
      "always-done",
      "ava",
      "tape"
    ]
  }
}
