{"library":"monopack-builder","title":"Monopack","description":"A JavaScript bundler for Node.js monorepo applications (v0.2.6, alpha quality). It bundles a single main.js from monorepo sources, produces a minimal package.json and yarn.lock for only used third-party dependencies, and installs them. Built on webpack with deterministic builds. Different from general bundlers (e.g., webpack, rollup) by focusing on monorepo workflow and offline deployment. Alpha stage with limited features and support for Node.js >=6.14.4 and Yarn >=1.3.2. Low release cadence (no updates since v0.2.1).","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install monopack-builder"],"cli":{"name":"monopack","version":null}},"imports":["monopack build main.js","import monopack from 'monopack'","monopack build main.js"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install locally\nnpm install --save-dev monopack\n\n// Create a simple main.js entrypoint\nconsole.log('Hello from monorepo!');\n\n// Run build\nnpx monopack build main.js --out-dir ./dist\n\n// Output includes: dist/main.js, dist/package.json, dist/yarn.lock, dist/node_modules\n// Run the built app\nnode dist/main.js","lang":"javascript","description":"Installs monopack, creates a simple entry file, builds it to a directory, and runs the output bundle.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}