tinybench
Version:
[](https://github.com/tinylibs/tinybench/actions/workflows/qa.yml) [](https://www.npmjs.com/package/tinyb
35 lines • 597 B
JSON
{
"name": "tinybench",
"version": "4.0.1",
"type": "module",
"volta": {
"node": "22.14.0",
"pnpm": "10.6.4"
},
"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": {}
}