29 lines
560 B
YAML
29 lines
560 B
YAML
name: mumbullet
|
|
description: A Dart-based music bot that connects to Mumble servers and plays audio from URLs.
|
|
version: 1.0.0
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
environment:
|
|
sdk: ^3.7.3
|
|
|
|
dependencies:
|
|
dumble: ^0.8.9
|
|
shelf: ^1.4.0
|
|
shelf_router: ^1.1.0
|
|
shelf_static: ^1.1.0
|
|
sqlite3: ^2.1.0
|
|
crypto: ^3.0.3
|
|
path: ^1.8.3
|
|
logging: ^1.2.0
|
|
args: ^2.4.0
|
|
json_annotation: ^4.8.0
|
|
http: ^1.2.0
|
|
opus_dart: ^2.0.1
|
|
|
|
dev_dependencies:
|
|
lints: ^5.0.0
|
|
test: ^1.24.0
|
|
json_serializable: ^6.6.0
|
|
build_runner: ^2.4.0
|
|
mockito: ^5.4.2
|