{
  "name": "@small-tech/tap-monkey",
  "version": "2.0.0",
  "description": "A tap formatter that’s also a monkey.",
  "keywords": [
    "tap",
    "formatter",
    "tape",
    "nyc",
    "c8",
    "test anything protocol",
    "accessible",
    "a11y"
  ],
  "license": "ISC",
  "main": "index.js",
  "type": "module",
  "bin": {
    "tap-monkey": "./index.js"
  },
  "scripts": {
    "test": "node --test --test-reporter=tap tests/index.js | node index.js",
    "coverage": "node --test --test-reporter=tap --experimental-test-coverage tests/index.js | node index.js"
  },
  "author": {
    "name": "Aral Balkan",
    "email": "aral@small-tech.org",
    "url": "https://ar.al"
  },
  "homepage": "https://github.com/small-tech/tap-monkey",
  "bugs": "https://github.com/small-tech/tap-monkey/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/small-tech/tap-monkey.git"
  },
  "dependencies": {
    "chalk": "^5.6.2",
    "ora": "^9.0.0",
    "tap-parser": "^18.3.4"
  },
  "devDependencies": {
    "c8": "^10.1.3",
    "strip-ansi": "^7.1.2",
    "tape": "^5.10.2"
  }
}
