{
  "name": "Storybook",
  "description": "Integrate Storybook into your application.",
  "phase": "add-on",
  "modes": ["file-router"],
  "link": "https://storybook.js.org/",
  "type": "add-on",
  "category": "tooling",
  "color": "#FF4785",
  "priority": 1,
  "command": {
    "command": "npx",
    "args": ["storybook", "init", "-y", "--no-dev"]
  }
}
