Files
waylume_server/pubspec.yaml

21 lines
392 B
YAML

name: waylume_server
description: A sample command-line application with basic argument parsing.
version: 0.0.1
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.8.0
# Add regular dependencies here.
dependencies:
args: ^2.5.0
shelf: ^1.4.2
shelf_router: ^1.1.4
supabase: ^2.8.0
dotenv: ^4.2.0
http: ^1.4.0
dev_dependencies:
lints: ^5.0.0
test: ^1.24.0