UNPKG

@voxpelli/node-test-pretty-reporter

Version:

Reporter for node:test that supports colorful diffs etc

69 lines (68 loc) 2.28 kB
{ "name": "@voxpelli/node-test-pretty-reporter", "version": "1.1.2", "description": "Reporter for node:test that supports colorful diffs etc", "homepage": "http://github.com/voxpelli/node-test-pretty-reporter", "repository": { "type": "git", "url": "git://github.com/voxpelli/node-test-pretty-reporter.git" }, "keywords": [ "node:test" ], "author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)", "license": "MIT", "engines": { "node": ">=18.0.0" }, "type": "module", "exports": "./index.js", "types": "index.d.ts", "files": [ "/index.js", "/index.d.ts", "/index.d.ts.map", "lib/*.js", "lib/*.d.ts", "lib/*.d.ts.map" ], "scripts": { "build:0": "run-s clean", "build:1-declaration": "tsc -p declaration.tsconfig.json", "build": "run-s build:*", "check:installed-check": "installed-check -i @voxpelli/eslint-config -i eslint -i knip -i installed-check", "check:knip": "knip", "check:lint": "eslint --report-unused-disable-directives .", "check:tsc": "tsc", "check:type-coverage": "type-coverage --detail --strict --at-least 99 --ignore-files 'test/*'", "check": "run-s clean && run-p check:*", "clean:declarations-top": "rm -rf $(find . -maxdepth 1 -type f -name '*.d.ts*' ! -name 'advanced-types.d.ts' ! -name 'index.d.ts')", "clean:declarations-lib": "rm -rf $(find lib -type f -name '*.d.ts*' ! -name 'advanced-types.d.ts')", "clean": "run-p clean:*", "prepare": "husky", "prepublishOnly": "run-s build", "test:0-main": "c8 --reporter=lcov --reporter text node --test", "test:1-reporter": "node --test --test-reporter=./index.js", "test-ci": "run-s test:*", "test": "run-s check test:*" }, "devDependencies": { "@types/node": "^18.19.39", "@voxpelli/eslint-config": "^20.0.0-beta.3", "@voxpelli/tsconfig": "^12.0.1", "c8": "^10.1.2", "eslint": "^9.5.0", "husky": "^9.0.11", "installed-check": "^9.3.0", "knip": "^5.22.3", "npm-run-all2": "^6.2.0", "type-coverage": "^2.29.0", "typescript": "~5.5.2", "validate-conventional-commit": "^1.0.3" }, "dependencies": { "clean-stack": "^5.2.0", "jest-diff": "^29.7.0", "markdown-or-chalk": "^0.2.0" } }