A build tool that integrates linting (ESLint), transpilation (Babel), and minification (UglifyJS) for ModPE scripts used in the BlockLauncher Minecraft modding platform. Version 0.1.0 is the current stable release, likely with low release cadence. It differs from general transpilers by targeting the ModPE runtime environment specifically, providing a single-command pipeline for legacy ModPE JavaScript development.
npm install modpe-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to instantiate ModPECompiler, run lint/transpile/minify pipeline, and save output.
Use const ModPECompiler = require('modpe-compiler');Check file path exists before calling constructor.
Use alternative tools that are actively maintained.
Install manually: npm install uglify-js
Instantiate first: new ModPECompiler().run()
Verify the file path passed to the constructor.
No dependency data recorded yet.