{"library":"build-plugin-component","install":[{"cmd":"npm install build-plugin-component","imports":["{\n  \"plugins\": [[\"build-plugin-component\", {}]]\n}","import MyComponent from 'my-component';\n// Assuming 'my-component' is the package name of the component built by the plugin, using a default export.","import { someUtility } from 'my-component';\n// For named exports from a component package (e.g., helpers, types) built by the plugin.","import type { MyComponentProps } from 'my-component';"]},{"cmd":"yarn add build-plugin-component","imports":[]},{"cmd":"pnpm add build-plugin-component","imports":[]}]}