17 lines
349 B
YAML
17 lines
349 B
YAML
name: ble_debug_system
|
|
description: A server app using the shelf package and Docker.
|
|
version: 1.0.0
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
environment:
|
|
sdk: ^3.5.4
|
|
|
|
dependencies:
|
|
shelf: ^1.4.0
|
|
shelf_web_socket: ^1.0.4
|
|
web_socket_channel: ^2.4.0
|
|
shelf_static: ^1.1.0
|
|
shelf_cors_headers: ^0.1.5
|
|
|
|
dev_dependencies:
|
|
lints: ^2.0.0 |