UNPKG

@small-tech/tap-monkey

Version:

A tap formatter that’s also a monkey.

47 lines (46 loc) 1.03 kB
{ "name": "@small-tech/tap-monkey", "version": "1.4.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": "tape tests/index.js | node index.js", "coverage": "c8 tape 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": { "@small-tech/tap-out": "^3.2.0", "chalk": "^4.1.0", "ora": "^5.3.0" }, "devDependencies": { "c8": "^7.11.3", "strip-ansi": "^7.0.1", "tape": "^5.5.3" } }