forked from bkinnightskytw/code_work_spawner
31 lines
580 B
YAML
31 lines
580 B
YAML
name: code_work_spawner
|
|
description: GitHub issue thread assistant with Agent Orchestrator style config.
|
|
version: 1.0.0
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
environment:
|
|
sdk: ^3.11.4
|
|
|
|
dependencies:
|
|
args: ^2.7.0
|
|
crypto: ^3.0.6
|
|
drift: ^2.28.2
|
|
file: ^7.0.1
|
|
json_annotation: ^4.11.0
|
|
path: ^1.9.0
|
|
sqlite3: ^2.9.3
|
|
yaml: ^3.1.3
|
|
result_dart: ^2.1.1
|
|
dotenv: ^4.2.0
|
|
logging: ^1.3.0
|
|
meta: ^1.16.0
|
|
github: ^9.25.0
|
|
git: ^2.3.2
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.6.0
|
|
drift_dev: ^2.28.1
|
|
json_serializable: ^6.11.1
|
|
lints: ^6.0.0
|
|
test: ^1.25.6
|