mnemo_cards/mnemo_cards_telegram_bot/pubspec.yaml

28 lines
586 B
YAML
Raw Normal View History

2025-11-10 23:55:41 +00:00
name: mnemo_cards_telegram_bot
description: A sample command-line application with basic argument parsing.
version: 0.0.1+1
publish_to: none
# repository: https://github.com/my_org/my_repo
environment:
sdk: '>=3.0.0 <4.0.0'
# Add regular dependencies here.
dependencies:
mnemo_cards_common_backend:
path: ../mnemo_cards_common_backend
teledart: ^0.6.1
archive: ^3.6.0
process_run: ^0.14.2
image: ^4.1.0
json_annotation: ^4.9.0
dev_dependencies:
lints: ^3.0.0
test: ^1.24.0
build_runner: ^2.4.0
json_serializable: ^6.8.0
2025-12-13 20:55:50 +00:00
copy_with_extension_gen: ^11.0.0