Mini.js

JSON →
library 0.0.4-c ·javascript deprecated
verified Jun 4, 2026

Mini.js is an ES6-compatible JavaScript minifier/compressor that uses esprima to parse JavaScript files into an AST and escodegen to generate minified code. It provides a promise-based API. The package is at version 0.0.4-c, with minimal documentation and no recent updates. It should be considered experimental; for production, use well-maintained alternatives like Terser or UglifyJS.