UNPKG

@origami-minecraft/devbuilds

Version:

Origami is a terminal-first Minecraft launcher that supports authentication, installation, and launching of Minecraft versions — with built-in support for Microsoft accounts, mod loaders, profile management, and more. Designed for power users, modders, an

77 lines (76 loc) 2.27 kB
{ "name": "@origami-minecraft/devbuilds", "version": "2.0.11-dev.0", "description": "Origami is a terminal-first Minecraft launcher that supports authentication, installation, and launching of Minecraft versions — with built-in support for Microsoft accounts, mod loaders, profile management, and more. Designed for power users, modders, and anyone who loves minimalism and productivity.", "keywords": [ "Minecraft", "Launcher", "MCLauncher", "MinecraftCore", "MC", "LauncherCore" ], "homepage": "https://github.com/merasugd/origami-launcher#readme", "bugs": { "url": "https://github.com/merasugd/origami-launcher/issues" }, "repository": { "type": "git", "url": "git+https://github.com/merasugd/origami-launcher.git" }, "license": "GPL-3.0-only", "author": "MerasuGD", "main": "build/cli/origami.js", "bin": { "origami": "build/cli/origami.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "origami": "npm run compile && node build/cli/origami.js menu", "lint": "gts lint", "clean": "gts clean", "compile": "tsc", "fix": "gts fix", "prepare": "npm run compile", "pretest": "npm run compile", "posttest": "npm run lint" }, "dependencies": { "@inquirer/prompts": "^7.5.3", "adm-zip": "^0.5.16", "axios": "^1.9.0", "chalk": "^5.4.1", "checksum": "^1.0.0", "chokidar": "^4.0.3", "commander": "^14.0.0", "compare-versions": "^6.1.1", "figlet": "^1.8.1", "fs-extra": "^11.3.0", "gradient-string": "^3.0.0", "inquirer": "^12.6.3", "keytar": "^7.9.0", "msmc": "^5.0.5", "ora": "^8.2.0", "p-limit": "^6.2.0", "spinnies": "^0.5.1", "string-argv": "^0.3.2", "tar": "^7.4.3", "typescript": "^5.8.3", "uuid": "^11.1.0" }, "devDependencies": { "@types/adm-zip": "^0.5.7", "@types/checksum": "^0.1.35", "@types/commander": "^2.12.5", "@types/figlet": "^1.7.0", "@types/fs-extra": "^11.0.4", "@types/inquirer": "^9.0.8", "@types/keytar": "^4.4.0", "@types/node": "^22.7.5", "@types/node-fetch": "^2.6.12", "@types/spinnies": "^0.5.3", "@types/uuid": "^10.0.0", "gts": "^6.0.2", "typescript": "^5.6.3" } }