{"library":"babel-plugin-feature-flags","install":[{"cmd":"npm install babel-plugin-feature-flags","imports":["module.exports = {\n  plugins: [\n    ['feature-flags', { import: { module: 'my-features' }, features: { 'new-feature': 'disabled' } }]\n  ]\n};","import isEnabled from 'my-features';","{\n  'my-feature': 'enabled',\n  'beta-feature': 'disabled',\n  'experimental': 'dynamic'\n}"]},{"cmd":"yarn add babel-plugin-feature-flags","imports":[]},{"cmd":"pnpm add babel-plugin-feature-flags","imports":[]}]}