{
  "name": "@tracerbench/core",
  "version": "8.0.1",
  "description": "Benchmark runner for trace metrics",
  "keywords": [
    "chrome",
    "metrics",
    "tracing"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/TracerBench/tracerbench.git"
  },
  "license": "BSD-2-Clause",
  "author": "Kris Selden <kris.selden@gmail.com>",
  "files": [
    "dist",
    "!dist/test",
    "src",
    "bin"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "ResultSets": "./bin/ResultSets.R",
    "plot": "./bin/plot.R",
    "report": "./bin/report.R",
    "runtime-stats": "./bin/runtime-stats.R"
  },
  "scripts": {
    "build": "tsc -b",
    "lint": "eslint -c .eslintrc.js --ext .ts .",
    "prepare": "yarn build",
    "report": "Rscript bin/report.R test/results/results.json",
    "test": "yarn lint && yarn mocha \"test/test.ts\" \"test/trace/*.ts\"",
    "watch": "tsc -b -w"
  },
  "dependencies": {
    "@tracerbench/har": "^8.0.0",
    "@tracerbench/trace-event": "^8.0.0",
    "@tracerbench/trace-model": "^8.0.0",
    "@types/d3-hierarchy": "^3.1.0",
    "@types/node": "*",
    "array-binsearch": "^1.0.1",
    "chalk": "^4.1.1",
    "chrome-debugging-client": "^2.0.0",
    "d3-hierarchy": "^3.0.1",
    "debug": "^4.3.1",
    "devtools-protocol": "^0.0.975963",
    "fs-extra": "^10.0.0",
    "handlebars": "^4.7.7",
    "lodash.clonedeep": "^4.5.0",
    "race-cancellation": "^0.4.1",
    "silent-error": "^1.1.1",
    "tmp": "^0.2.1",
    "tslib": "^2.2.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.17",
    "@types/dashdash": "^1.14.1",
    "@types/debug": "^4.1.7",
    "@types/express": "^4.17.13",
    "@types/glob": "^7.1.3",
    "@types/mkdirp": "^1.0.1",
    "@types/mocha": "^9.0.0",
    "@types/tar": "^6.1.1",
    "@typescript-eslint/eslint-plugin": "^4.22.1",
    "@typescript-eslint/parser": "^4.22.1",
    "chai": "^4.3.4",
    "dashdash": "^2.0.0",
    "eslint": "^7.25.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-filenames": "^1.3.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-oclif": "^0.1.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-simple-import-sort": "7.0.0",
    "express": "^4.18.1",
    "find-up": "^5.0.0",
    "jquery": "^3.6.0",
    "mkdirp": "^1.0.4",
    "mocha": "^8.3.2",
    "nyc": "^15.1.0",
    "prettier": "^2.2.1",
    "tar": "^6.1.0",
    "ts-node": "^10.1.0",
    "typescript": "^4.2.4"
  },
  "engine": "node >= 14",
  "mocha": {
    "spec": "test/test.ts",
    "require": "ts-node/register"
  },
  "gitHead": "03b57f35a2d57ca782c93cb18a9d9add7b361714"
}
