@monstermann/tinybench-pretty-printer
Version:
Customizable pretty-printer for tinybench benchmarks
74 lines (73 loc) • 2.01 kB
JSON
{
"name": "@monstermann/tinybench-pretty-printer",
"type": "module",
"version": "0.3.0",
"description": "Customizable pretty-printer for tinybench benchmarks",
"author": "Michael Ostermann <michaelostermann@me.com>",
"license": "MIT",
"homepage": "https://github.com/MichaelOstermann/tinybench-pretty-printer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelOstermann/tinybench-pretty-printer.git"
},
"bugs": "https://github.com/MichaelOstermann/tinybench-pretty-printer/issues",
"keywords": [
"ansi",
"benchmark",
"benchmarks",
"cli",
"color",
"colors",
"colour",
"console",
"format",
"formatting",
"grid",
"markdown",
"pretty",
"print",
"stringify",
"style",
"styles",
"table",
"tables",
"terminal",
"tinybench",
"unicode"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"./dist/**"
],
"scripts": {
"checks": "bun run eslint && bun run tsc && bun test",
"bundles": "tsdown",
"release": "bun run checks && bun run bundles && bun run bumpp -r --no-push && bun publish --access public"
},
"peerDependencies": {
"tinybench": "^6.0.0"
},
"dependencies": {
"@monstermann/tables": "^0.0.0",
"picocolors": "^1.0.1"
},
"devDependencies": {
"@monstermann/eslint-config": "^0.5.0",
"@sindresorhus/tsconfig": "^5.1.1",
"@types/bun": "^1.3.3",
"bumpp": "^10.2.0",
"tinybench": "^6.0.0",
"tsdown": "0.16.8",
"typescript": "^5.4.5"
}
}