24 lines
523 B
YAML
24 lines
523 B
YAML
name: platform_bus
|
|
description: The Bus Package for the Protevus Platform
|
|
version: 0.0.1
|
|
homepage: https://protevus.com
|
|
documentation: https://docs.protevus.com
|
|
repository: https://github.com/protevus/platformo
|
|
|
|
environment:
|
|
sdk: ^3.4.2
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
platform_container: ^9.0.0
|
|
platform_core: ^9.0.0
|
|
angel3_reactivex: ^9.0.0
|
|
angel3_event_bus: ^9.0.0
|
|
angel3_mq: ^9.0.0
|
|
# path: ^1.8.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.1.0
|
|
lints: ^3.0.0
|
|
mockito: ^5.3.0
|
|
test: ^1.24.0
|