2024-10-13 01:45:27 +00:00
|
|
|
name: protevus_configuration
|
2024-06-23 04:09:26 +00:00
|
|
|
version: 8.2.0
|
2024-10-12 10:39:20 +00:00
|
|
|
description: Automatic YAML application configuration loader for Protevus 3, with .env support.
|
2024-10-12 10:41:18 +00:00
|
|
|
homepage: https://protevus-framework.web.app/
|
2024-10-12 10:35:14 +00:00
|
|
|
repository: https://github.com/dart-backend/protevus/tree/master/packages/configuration
|
2017-08-16 00:29:13 +00:00
|
|
|
environment:
|
2024-05-21 16:26:09 +00:00
|
|
|
sdk: '>=3.3.0 <4.0.0'
|
2016-04-22 01:17:31 +00:00
|
|
|
dependencies:
|
2024-10-13 01:45:27 +00:00
|
|
|
protevus_framework: ^8.0.0
|
2023-05-21 11:02:54 +00:00
|
|
|
belatuk_merge_map: ^5.0.0
|
|
|
|
dotenv: ^4.1.0
|
|
|
|
file: ^7.0.0
|
2021-03-07 13:49:03 +00:00
|
|
|
yaml: ^3.1.0
|
2016-04-22 01:17:31 +00:00
|
|
|
dev_dependencies:
|
2021-03-07 13:49:03 +00:00
|
|
|
io: ^1.0.0
|
2023-05-26 22:58:32 +00:00
|
|
|
logging: ^1.2.0
|
2024-05-21 16:26:09 +00:00
|
|
|
lints: ^4.0.0
|
2023-05-21 11:02:54 +00:00
|
|
|
belatuk_pretty_logging: ^6.0.0
|
|
|
|
test: ^1.24.0
|
2023-06-10 04:10:21 +00:00
|
|
|
# dependency_overrides:
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_container:
|
2023-06-10 04:10:21 +00:00
|
|
|
# path: ../container/angel_container
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_framework:
|
2023-06-10 04:10:21 +00:00
|
|
|
# path: ../framework
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_http_exception:
|
2023-06-10 04:10:21 +00:00
|
|
|
# path: ../http_exception
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_model:
|
2023-06-10 04:10:21 +00:00
|
|
|
# path: ../model
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_route:
|
2023-06-10 04:10:21 +00:00
|
|
|
# path: ../route
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_mock_request:
|
2023-06-10 04:10:21 +00:00
|
|
|
# path: ../mock_request
|