{"library":"bit-bundler-service","install":[{"cmd":"npm install bit-bundler-service","imports":["// Interact via HTTP POST requests to http://localhost:4000/graphql","const query = `query bundler($modules: [Module]) { bundler { createBundle(modules: $modules) } }`; /* ... then POST to /graphql with variables */","const query = `query getBundle { bundler { getBundle(id: \"BUNDLE_ID\") { hash, bundle, sourcemap } } }`; /* ... then POST to /graphql */"]},{"cmd":"yarn add bit-bundler-service","imports":[]},{"cmd":"pnpm add bit-bundler-service","imports":[]}]}