23 lines
441 B
YAML
23 lines
441 B
YAML
name: sdmx
|
|
description: A starting point for Dart libraries or applications.
|
|
version: 1.0.0
|
|
# repository: https://github.com/my_org/my_repo
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^3.4.1
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
# path: ^1.8.0
|
|
collection: ^1.18.0
|
|
retry: ^3.1.2
|
|
smart_api_client:
|
|
path: ../smart_api_client
|
|
|
|
dev_dependencies:
|
|
lints: ^3.0.0
|
|
test: ^1.24.0
|
|
json_serializable: ^6.8.0
|
|
build_runner: ^2.4.11
|