mnemo_cards/mnemo_cards_common_backend/pubspec.yaml
Dmitry 550b56276e
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Mobile App CI / test (push) Waiting to run
Mobile App CI / build-android (push) Blocked by required conditions
Mobile App CI / build-ios (push) Blocked by required conditions
Web App CI / test (push) Waiting to run
Web App CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
Deploy Telegram Bot / Deploy Telegram Bot (push) Waiting to run
postgress fix
2025-12-13 23:55:50 +03:00

25 lines
522 B
YAML

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:
sdk: '>=3.8.0 <4.0.0'
# Add regular dependencies here.
dependencies:
copy_with_extension: ^11.0.0
json_annotation: ^4.9.0
mnemo_cards_common:
path:
../mnemo_cards_common
dev_dependencies:
lints: ^3.0.0
test: ^1.24.0
build_runner: ^2.4.13
json_serializable: ^6.8.0
copy_with_extension_gen: ^11.0.0