UNPKG

mc-benchmark

Version:

Build charts about load time of Minecraft modpack.

52 lines (51 loc) 1.39 kB
{ "name": "mc-benchmark", "type": "module", "version": "2.1.0", "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": "rm -rf dist/* && tsx scripts/build.ts && cp src/*.hbs dist && tsc", "release": "pnpm build && release-it" }, "dependencies": { "chalk": "^5.4.1", "color": "^5.0.0", "color-hash": "^2.0.2", "handlebars": "^4.7.8", "yargs": "^17.7.2" }, "devDependencies": { "@antfu/eslint-config": "^4.12.0", "@types/color-hash": "^2.0.0", "@types/node": "^22.15.3", "@types/yargs": "^17.0.33", "eslint": "^9.24.0", "eslint-plugin-format": "^1.0.1", "tsx": "^4.19.4", "typescript": "^5.8.3" } }