21 lines
518 B
YAML
21 lines
518 B
YAML
name: dew_kanban
|
|
description: Kanban board feature for the Dew project management tool. Implements McpToolProvider to expose board tools to the MCP server.
|
|
version: 0.1.0
|
|
repository: https://github.com/artificerchris/dew
|
|
issue_tracker: https://github.com/artificerchris/dew/issues
|
|
resolution: workspace
|
|
|
|
environment:
|
|
sdk: ^3.11.4
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
dew_core: ^0.1.0
|
|
dart_console: ^4.1.2
|
|
file: ^7.0.1
|
|
path: ^1.9.0
|
|
yaml: ^3.1.0
|
|
|
|
dev_dependencies:
|
|
lints: ^6.0.0
|
|
test: ^1.25.6
|