{"library":"monopack-config","title":"Monopack","description":"Version 0.2.6 (alpha). Monopack is a JavaScript bundler specifically for Node.js monorepo applications. It produces a static deterministic deliverable: a single main.js bundle of monorepo sources, a trimmed package.json and yarn.lock containing only used third-party dependencies, and a node_modules directory. It requires Node >= 6.14.4 and Yarn >= 1.3.2. Differentiators: focuses on monorepo workflows and CI/CD deterministic builds, bundles source but not third-party dependencies (copies them), and supports --with-extra-module for dynamic requires. Currently alpha quality, not under active development.","language":"javascript","status":"abandoned","last_verified":"Sat Apr 25","install":{"commands":["npm install monopack-config"],"cli":{"name":"monopack","version":null}},"imports":["npx monopack build main.js"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install -g monopack\n# or locally: npm install --save-dev monopack\n# Build an application\nmonopack build src/main.js --out-dir ./dist\n# Run the built application\nmonopack run src/main.js\n# Debug with Node inspector (Node >= v8)\nmonopack debug src/main.js --debug-host-port 0.0.0.0:9229","lang":"javascript","description":"Shows global installation, build, run, and debug commands with common options.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}