{
  "name": "@codspeed/benchmark.js-plugin",
  "version": "4.0.1",
  "description": "Benchmark.js compatibility layer for CodSpeed",
  "keywords": [
    "codspeed",
    "benchmark",
    "benchmark.js",
    "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": {
    "@babel/preset-env": "^7.22.5",
    "@types/benchmark": "^2.1.2",
    "@types/lodash": "^4.14.195",
    "@types/stack-trace": "^0.0.30",
    "benchmark": "^2.1.4",
    "jest-mock-extended": "^3.0.4"
  },
  "dependencies": {
    "@codspeed/core": "^4.0.1",
    "lodash": "^4.17.10",
    "stack-trace": "1.0.0-pre2"
  },
  "peerDependencies": {
    "benchmark": "^2.1.0"
  }
}