{
  "name": "photofinish",
  "version": "1.8.0",
  "license": "MIT",
  "description": "Benchmarking library for Node.js that emphasizes convenience of use",
  "maintainers": [
    {
      "name": "Igor Savin",
      "email": "kibertoad@gmail.com"
    }
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest --config=jest.config.json",
    "test:update-snapshots": "jest --config=jest.config.json -u",
    "test:coverage": "jest --config=jest.config.json --coverage --runInBand",
    "test:everything": "npm run lint && npm run test:coverage --runInBand",
    "lint": "eslint --format codeframe \"lib/**/*.ts\" \"test/**/*.ts\"",
    "prettier": "prettier --write \"{lib,test}/**/*.{js,ts}\" index.ts",
    "prepublishOnly": "pinst --disable && npm run build",
    "_postinstall": "husky install",
    "postpublish": "pinst --enable"
  },
  "dependencies": {
    "load-goblin": "^1.0.2",
    "markdown-table": "^2.0.0",
    "percentile": "^1.4.0",
    "sort-on": "^4.1.0",
    "stats-lite": "^2.2.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.19",
    "@types/node": "^14.14.16",
    "@types/stats-lite": "^2.2.0",
    "@typescript-eslint/eslint-plugin": "^4.11.0",
    "@typescript-eslint/parser": "^4.11.0",
    "cli-testlab": "^2.1.1",
    "eslint": "^7.16.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-prettier": "^3.3.0",
    "husky": "^5.0.6",
    "jest": "^26.6.3",
    "pinst": "^2.1.1",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.4",
    "typescript": "4.1.3",
    "zoology": "^1.0.0"
  },
  "homepage": "http://github.com/kibertoad/photofinish",
  "repository": {
    "type": "git",
    "url": "git://github.com/kibertoad/photofinish.git"
  },
  "keywords": [
    "benchmark",
    "performance",
    "measuring"
  ],
  "files": [
    "README.md",
    "LICENSE",
    "dist/*"
  ]
}
