{
  "name": "@testup/tap-reporter",
  "version": "0.1.1",
  "description": "TestUp TAP (Test Anything Protocol) reporter",
  "main": "tap-reporter.js",
  "dependencies": {
    "chalk": "^2.4.1"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rumkin/testup.git"
  },
  "keywords": [
    "testup",
    "tests",
    "reporter",
    "tap-reporter"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Rumkin <dev@rumk.in> (https://rumk.in/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rumkin/testup/issues"
  },
  "homepage": "https://github.com/rumkin/testup/tree/master/packages/@testup/tap-reporter#readme"
}
