32 lines
No EOL
828 B
YAML
32 lines
No EOL
828 B
YAML
name: protevus_mongo
|
|
version: 8.2.1
|
|
description: This is MongoDB-enabled service for the Protevus framework.
|
|
homepage: https://protevus-framework.web.app/
|
|
repository: https://github.com/dart-backend/protevus/tree/master/packages/mongo
|
|
environment:
|
|
sdk: '>=3.3.0 <4.0.0'
|
|
|
|
dependencies:
|
|
protevus_framework: ^8.4.0
|
|
protevus_container: ^8.2.0
|
|
belatuk_json_serializer: ^7.1.0
|
|
belatuk_merge_map: ^5.1.0
|
|
mongo_dart: ^0.10.3
|
|
|
|
dev_dependencies:
|
|
http: ^1.0.0
|
|
test: ^1.24.0
|
|
lints: ^4.0.0
|
|
# dependency_overrides:
|
|
# protevus_container:
|
|
# path: ../container/angel_container
|
|
# protevus_framework:
|
|
# path: ../framework
|
|
# protevus_http_exception:
|
|
# path: ../http_exception
|
|
# protevus_model:
|
|
# path: ../model
|
|
# protevus_route:
|
|
# path: ../route
|
|
# protevus_mock_request:
|
|
# path: ../mock_request |