@codspeed/tinybench-plugin
Version:
tinybench compatibility layer for CodSpeed
33 lines • 787 B
JSON
{
"name": "@codspeed/tinybench-plugin",
"version": "4.0.1",
"description": "tinybench compatibility layer for CodSpeed",
"keywords": [
"codspeed",
"benchmark",
"tinybench",
"performance"
],
"main": "dist/index.cjs.js",
"module": "dist/index.es5.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"author": "Arthur Pastel <arthur@codspeed.io>",
"repository": "https://github.com/CodSpeedHQ/codspeed-node",
"homepage": "https://codspeed.io",
"license": "Apache-2.0",
"devDependencies": {
"@types/stack-trace": "^0.0.30",
"jest-mock-extended": "^3.0.4",
"tinybench": "^2.5.0"
},
"dependencies": {
"@codspeed/core": "^4.0.1",
"stack-trace": "1.0.0-pre2"
},
"peerDependencies": {
"tinybench": "^2.3.0"
}
}