mnemo_cards/mnemo_cards_telegram_bot/pubspec.yaml

34 lines
749 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
isar_version: &isar_version 3.1.0+1 # define the version to be used
environment:
sdk: '>=3.0.0 <4.0.0'
# Add regular dependencies here.
dependencies:
args: ^2.4.2
mnemo_cards_common_backend:
path: ../mnemo_cards_common_backend
teledart: ^0.6.1
archive: ^3.6.0
process_run: ^0.14.2
isar: *isar_version
image: ^4.1.0
json_annotation: ^4.9.0
# isar_flutter_libs: *isar_version # contains Isar Core
dev_dependencies:
lints: ^3.0.0
test: ^1.24.0
build_runner: ^2.4.0
json_serializable: ^6.8.0
copy_with_extension_gen: ^5.0.4