{
  "name": "mc-benchmark",
  "type": "module",
  "version": "2.2.1",
  "packageManager": "pnpm@10.10.0",
  "description": "Build charts about load time of Minecraft modpack.",
  "author": "Krutoy242 <krutoy242@gmail.com> (https://github.com/Krutoy242)",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/Krutoy242/mc-benchmark"
  },
  "keywords": [
    "minecraft",
    "chart",
    "quickchart",
    "benchmark",
    "mods",
    "debug",
    "modpack"
  ],
  "main": "dist/index.js",
  "bin": "dist/cli.js",
  "files": [
    "README.md",
    "dist"
  ],
  "scripts": {
    "preview": "tsx src/cli.ts --cwd=D:/mc/E2E-E -vv --data=src/template.hbs.json > examples/benchmark.md",
    "preview-nospaces": "tsx src/cli.ts --cwd=D:/mc/E2E-E -vv --nospaces > examples/benchmark-nospaces.md",
    "build": "rimraf dist && copyfiles -u 1 \"src/**/*.hbs\" dist && tsc",
    "test": "vitest run",
    "update-readme": "tsx scripts/update-readme.ts",
    "release": "npx semantic-release"
  },
  "dependencies": {
    "chalk": "^5.6.2",
    "citty": "^0.2.2",
    "color": "^5.0.3",
    "color-hash": "^2.0.2",
    "consola": "^3.4.2",
    "handlebars": "^4.7.9"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.19.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.6",
    "@types/color-hash": "^2.0.0",
    "@types/node": "^22.19.17",
    "copyfiles": "^2.4.1",
    "eslint": "^9.39.4",
    "eslint-plugin-format": "^1.5.0",
    "rimraf": "^6.1.3",
    "semantic-release": "^24.2.9",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.5"
  }
}
