Initial commit
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
20
pubspec.yaml
Normal file
20
pubspec.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
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.9.0-100.2.beta
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user