UNPKG

tehanu-repo-coco

Version:

Reports the test progress of tests written with tehanu on the console with colours if the terminal supports them.

52 lines (51 loc) 1.14 kB
{ "name": "tehanu-repo-coco", "version": "1.0.1", "description": "Reports the test progress of tests written with tehanu on the console with colours if the terminal supports them.", "homepage": "https://github.com/prantlf/tehanu/tree/master/packages/coco#readme", "author": { "name": "Ferdinand Prantl", "email": "prantlf@gmail.com", "url": "http://prantl.tk" }, "repository": { "type": "git", "url": "https://github.com/prantlf/tehanu.git" }, "bugs": { "url": "https://github.com/prantlf/tehanu/issues" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/prantlf/tehanu/blob/master/LICENSE" } ], "engines": { "node": ">=14.13" }, "main": "dist/index.cjs", "module": "lib/index.mjs", "types": "lib/index.d.ts", "exports": { "require": "./dist/index.cjs", "import": "./lib/index.mjs" }, "files": [ "lib", "dist" ], "scripts": { "prepare": "rollup -c" }, "devDependencies": { "rollup": "^4.18.0" }, "keywords": [ "console", "colors", "tehanu-repo", "test-reporter" ] }