{"library":"monopack-dependency-collector","title":"Monopack","description":"Monopack is a JavaScript bundler for Node.js monorepo applications that produces a single deterministic deliverable bundle including main.js, package.json, yarn.lock, and node_modules. Version 0.2.6 (last release) is in alpha stage with no recent updates. It distinguishes itself from generic bundlers by focusing on monorepo workflows and generating a deployable artifact with only used third-party dependencies. Requires Node.js >= 6.14.4 and Yarn >= 1.3.2.","language":"javascript","status":"abandoned","last_verified":"Sat Apr 25","install":{"commands":["npm install monopack-dependency-collector"],"cli":null},"imports":["monopack build main.js"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install -g monopack\nmkdir my-app && cd my-app\nnpm init -y\n# create main.js with require statements\necho \"module.exports = { app: 'monorepo-app' };\" > main.js\nmonopack build main.js --out-dir ./dist\n# or with extra modules\nmonopack build main.js -m mysql -m pg --out-dir ./dist","lang":"javascript","description":"Installs Monopack globally, creates a simple app, builds a deterministic bundle with extra modules.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}