A node.js library to install and launch minecraft with or without modloaders.
Find a file
2026-03-27 12:35:40 +01:00
src feat: add support for installing modpacks from a link or a file in modrinth format 2026-03-27 12:31:37 +01:00
tests fix: make modrinth test downloads the java version needed for the pack 2026-03-27 12:35:40 +01:00
.editorconfig chore: init 2025-09-28 13:12:46 +02:00
.gitignore feat: add support for installing modpacks from a link or a file in modrinth format 2026-03-27 12:31:37 +01:00
eslint.config.js fix: fix eslint not actually working and fixed every ts/eslint warnings 2026-03-06 14:54:23 +01:00
LICENCE chore: init 2025-09-28 13:12:46 +02:00
package.json build: update every dependencies 2026-03-17 21:52:17 +01:00
pnpm-lock.yaml build: update every dependencies 2026-03-17 21:52:17 +01:00
pnpm-workspace.yaml chore: init 2025-09-28 13:12:46 +02:00
README.md chore: init 2025-09-28 13:12:46 +02:00
shell.nix build: make use of only one nix shell with both java 8 and 21 in env 2026-03-26 19:22:58 +01:00
tsconfig.json fix: fix eslint not actually working and fixed every ts/eslint warnings 2026-03-06 14:54:23 +01:00
tsup.config.js fix: fix dynamic require of fs is not supported with adm-zip 2025-11-19 11:54:06 +01:00
vitest.config.ts feat: add support for installing modpacks from a link or a file in modrinth format 2026-03-27 12:31:37 +01:00

node-launcher-kit

A node.js library to install and launch minecraft with or without modloaders.