18 lines
374 B
YAML
18 lines
374 B
YAML
|
name: protevus_openapi
|
||
|
description: The openapi specification for the Protevus Platform
|
||
|
version: 0.0.1
|
||
|
homepage: https://protevus.com
|
||
|
documentation: https://docs.protevus.com
|
||
|
repository: https://git.protevus.com/protevus/platform
|
||
|
|
||
|
environment:
|
||
|
sdk: ^3.4.3
|
||
|
|
||
|
# Add regular dependencies here.
|
||
|
dependencies:
|
||
|
# path: ^1.8.0
|
||
|
|
||
|
dev_dependencies:
|
||
|
lints: ^3.0.0
|
||
|
test: ^1.24.0
|