UNPKG

tinybench

Version:

🔎 A simple, tiny and lightweight benchmarking library!

43 lines • 849 B
{ "name": "tinybench", "version": "6.1.3", "description": "🔎 A simple, tiny and lightweight benchmarking library!", "type": "module", "volta": { "node": "24.19.0", "pnpm": "11.20.0" }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "directory": "package" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist/**" ], "repository": { "type": "git", "url": "tinylibs/tinybench" }, "homepage": "https://github.com/tinylibs/tinybench#readme", "bugs": { "url": "https://github.com/tinylibs/tinybench/issues" }, "license": "MIT", "keywords": [ "benchmark", "tinylibs", "tiny" ], "scripts": {} }