This is the core package for minomuncher. It is not meant to be used alone. The package makes available general minomuncher statistic types and util functions, a parseReplay function for files, and graph generation functions. To see more concrete definitions and other exports, build documents using the doc command.
# install dependencies
bun install
# build the app, available under dist
npm run build
# runs bun run build
npm run prepublishOnly
# builds docs using typedoc
npm run doc
MIT