2025-11-16 11:25:27 +00:00
|
|
|
name: mnemo_cards_common_backend
|
|
|
|
|
description: A starting point for Dart libraries or applications.
|
|
|
|
|
version: 1.0.0
|
|
|
|
|
publish_to: none
|
|
|
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
environment:
|
2025-12-13 20:55:50 +00:00
|
|
|
sdk: '>=3.8.0 <4.0.0'
|
2025-11-16 11:25:27 +00:00
|
|
|
|
|
|
|
|
# Add regular dependencies here.
|
|
|
|
|
dependencies:
|
2025-12-13 20:55:50 +00:00
|
|
|
copy_with_extension: ^11.0.0
|
|
|
|
|
json_annotation: ^4.9.0
|
2025-11-16 11:25:27 +00:00
|
|
|
|
|
|
|
|
mnemo_cards_common:
|
|
|
|
|
path:
|
|
|
|
|
../mnemo_cards_common
|
|
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
|
lints: ^3.0.0
|
|
|
|
|
test: ^1.24.0
|
2025-12-13 20:55:50 +00:00
|
|
|
build_runner: ^2.4.13
|
|
|
|
|
json_serializable: ^6.8.0
|
|
|
|
|
copy_with_extension_gen: ^11.0.0
|