{
  "name": "micro-bmark",
  "version": "0.4.2",
  "description": "Benchmark your JS projects with nanosecond resolution",
  "main": "index.js",
  "type": "module",
  "files": [
    "index.js",
    "compare.js",
    "index.d.ts",
    "compare.d.ts",
    "src"
  ],
  "scripts": {
    "build": "tsc",
    "test": "node test.js",
    "test:bun": "bun test.js",
    "test:deno": "deno test.js"
  },
  "keywords": [
    "benchmark",
    "bench",
    "mark",
    "nanosecond",
    "microsecond",
    "millisecond",
    "hrtime",
    "micro"
  ],
  "author": "Paul Miller (https://paulmillr.com)",
  "homepage": "https://github.com/paulmillr/micro-bmark",
  "repository": {
    "type": "git",
    "url": "https://github.com/paulmillr/micro-bmark.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@paulmillr/jsbt": "0.4.1",
    "micro-should": "0.5.3",
    "prettier": "3.5.3",
    "typescript": "5.8.3"
  }
}
