UNPKG

minecraft-launcher-core

Version:

Lightweight module that downloads and runs Minecraft using javascript / NodeJS

21 lines 404 B
{ "env": { "browser": true, "commonjs": true, "es6": true }, "extends": [ "standard" ], "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parserOptions": { "ecmaVersion": 2018 }, "rules": { "camelcase": "off", "no-template-curly-in-string": "off" } }