{
  "name": "@benchkit/format",
  "version": "0.2.3",
  "description": "Benchmark result types and format parsers (Go bench, Rust bench, Hyperfine, pytest-benchmark, benchmark-action, OTLP).",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "node --test dist/*.test.js",
    "lint": "tsc --noEmit"
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "dependencies": {
    "@octo11y/core": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/strawgate/o11ykit.git",
    "directory": "octo11y/packages/format"
  }
}
