forked from bkinnightskytw/code_work_spawner
42 lines
717 B
YAML
42 lines
717 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.3
|
|
|
|
dependencies:
|
|
args: ^2.7.0
|
|
crypto: ^3.0.6
|
|
drift: ^2.28.2
|
|
file: ^7.0.1
|
|
json_annotation: ^4.9.0
|
|
path: ^1.9.0
|
|
sqlite3: ^2.9.3
|
|
yaml: ^3.1.3
|
|
result_dart: ^2.1.1
|
|
dotenv: ^4.2.0
|
|
logger: ^2.6.2
|
|
meta: ^1.16.0
|
|
github: ^9.25.0
|
|
git: ^2.3.2
|
|
nyxx: ^6.8.1
|
|
dart_eval: ^0.8.4
|
|
executable: ^1.4.1
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.6.0
|
|
drift_dev: ^2.28.1
|
|
json_serializable: ">=6.11.1 <6.12.0"
|
|
lints: ^6.0.0
|
|
test: ^1.25.6
|
|
|
|
platforms:
|
|
# android:
|
|
# ios:
|
|
linux:
|
|
macos:
|
|
# web:
|
|
windows:
|