20 lines
351 B
YAML
20 lines
351 B
YAML
name: api
|
|
description: A sample command-line application.
|
|
version: 1.0.0
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
environment:
|
|
sdk: ^3.0.5
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
# path: ^1.8.0
|
|
dio: ^5.2.1+1
|
|
mywishlist_api:
|
|
path: ../packages/mywishlist_api
|
|
uuid: ^3.0.7
|
|
|
|
dev_dependencies:
|
|
lints: ^2.0.0
|
|
test: ^1.21.0
|