UNPKG

minecraft-launcher-core

Version:

Lightweight module that downloads and runs Minecraft using javascript / NodeJS

5 lines (4 loc) 120 B
module.exports = { Client: require('./components/launcher'), Authenticator: require('./components/authenticator') }