{"library":"monopack-process","title":"Monopack","description":"Monopack is a JavaScript bundler designed for Node.js monorepo applications, currently in alpha (v0.2.6). It produces a single deterministic deliverable bundle (main.js), along with a filtered package.json, yarn.lock, and node_modules containing only used third-party dependencies. It targets developers using monorepos (e.g., Lerna) and CI/CD pipelines. Unlike generic bundlers like Webpack, Monopack specifically focuses on Node.js environments and deterministic builds. Release cadence is low; the project appears to be in early alpha with no recent major updates.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install monopack-process"],"cli":{"name":"monopack","version":null}},"imports":["monopack build main","const monopack = require('monopack');","monopack build main.js"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install globally: npm install -g monopack\nmkdir my-monorepo-app && cd my-monorepo-app\n# Assumes a monorepo with a main.js entry\nmonopack build main.js --out-dir ./dist\n# Output: dist/main.js, dist/package.json, dist/yarn.lock, dist/node_modules\n# To run immediately:\nmonopack run main.js","lang":"javascript","description":"Global installation, building a monorepo app entry point to a dist directory, and running it.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}