UNPKG

tinybench

Version:

🔎 A simple, tiny and lightweight benchmarking library!

36 lines • 676 B
{ "name": "tinybench", "version": "4.1.0", "description": "🔎 A simple, tiny and lightweight benchmarking library!", "type": "module", "volta": { "node": "22.18.0", "pnpm": "10.14.0" }, "engines": { "node": ">=18.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": "tinylibs/tinybench", "license": "MIT", "keywords": [ "benchmark", "tinylibs", "tiny" ], "scripts": {} }