UNPKG

@sprouted/create-vibes

Version:
22 lines 476 B
{ "name": "todo", "type": "feature", "architecture": "vertical-slice", "layers": { "ui": "Todo list UI components and screens", "api": "Todo CRUD API endpoints", "logic": "Todo business logic and validation", "data": "Todo data models and types" }, "status": "example", "dependencies": ["@shared/api"], "exports": [ "TodoList", "TodoItem", "TodoScreen", "TodoService", "Todo", "CreateTodoDto", "UpdateTodoDto" ] }