{
  "name": "benchmarker-js",
  "version": "0.0.4",
  "description": "Benchmarks framework",
  "main": "src/index.js",
  "bin": {
    "benchmarker": "src/client.js"
  },
  "scripts": {
    "example": "node -r esm --expose-gc examples/index.js",
    "start": "npm run example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fernandojsg/benchmarker.git"
  },
  "keywords": [
    "benchmarks"
  ],
  "author": "Fernando Serrano <fernandojsg@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fernandojsg/benchmarker/issues"
  },
  "homepage": "https://github.com/fernandojsg/benchmarker#readme",
  "dependencies": {
    "caporal": "^1.4.0",
    "chalk": "^4.0.0",
    "console-table-printer": "^1.4.30",
    "incremental-stats-lite": "^0.1.1",
    "pretty-columns": "^1.2.1",
    "tty-table": "^4.1.3"
  },
  "devDependencies": {
    "esm": "^3.2.25"
  }
}
