2024-06-22 04:36:52 +00:00
|
|
|
name: protevus_http
|
2024-07-08 04:34:07 +00:00
|
|
|
description: The HTTP Package for the Protevus Platform
|
2024-07-08 06:26:05 +00:00
|
|
|
version: 0.0.1
|
2024-07-08 04:34:07 +00:00
|
|
|
homepage: https://protevus.com
|
|
|
|
documentation: https://docs.protevus.com
|
2024-08-04 01:29:18 +00:00
|
|
|
repository: https://git.protevus.com/protevus/platform
|
2024-06-14 04:29:41 +00:00
|
|
|
|
|
|
|
environment:
|
2024-07-07 08:06:50 +00:00
|
|
|
sdk: '>=3.4.0 <4.0.0'
|
2024-06-14 04:29:41 +00:00
|
|
|
|
|
|
|
# Add regular dependencies here.
|
|
|
|
dependencies:
|
2024-09-03 20:17:30 +00:00
|
|
|
protevus_runtime: ^0.0.1
|
|
|
|
protevus_openapi: ^0.0.1
|
|
|
|
protevus_auth: ^0.0.1
|
|
|
|
protevus_database: ^0.0.1
|
|
|
|
collection: ^1.18.0
|
|
|
|
logging: ^1.2.0
|
|
|
|
meta: ^1.12.0
|
|
|
|
path: ^1.9.0
|
2024-06-14 04:29:41 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
lints: ^3.0.0
|
|
|
|
test: ^1.24.0
|