22 lines
389 B
YAML
22 lines
389 B
YAML
name: fbla_api
|
|
description: A sample command-line application.
|
|
version: 1.0.0
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
environment:
|
|
sdk: ^3.0.6
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
argon2: ^1.0.1
|
|
dart_jsonwebtoken: ^2.12.1
|
|
http: ^1.1.0
|
|
postgres: ^2.6.2
|
|
shelf: ^1.4.1
|
|
shelf_router: ^1.1.4
|
|
# path: ^1.8.0
|
|
|
|
dev_dependencies:
|
|
lints: ^2.0.0
|
|
test: ^1.21.0
|