platform/packages/test/pubspec.yaml

42 lines
1.1 KiB
YAML
Raw Normal View History

name: protevus_test
2024-06-23 08:42:16 +00:00
version: 8.2.1
description: Testing utility library for the Protevus framework. Use with package:test.
homepage: https://protevus-framework.web.app/
repository: https://github.com/dart-backend/protevus/tree/master/packages/test
2021-02-14 05:22:25 +00:00
environment:
2024-05-21 16:26:09 +00:00
sdk: '>=3.3.0 <4.0.0'
2016-12-10 17:05:31 +00:00
dependencies:
protevus_client: ^8.2.0
protevus_framework: ^8.4.0
protevus_http_exception: ^8.2.0
protevus_validate: ^8.2.0
protevus_websocket: ^8.2.0
protevus_mock_request: ^8.0.0
protevus_container: ^8.0.0
2023-05-26 22:58:32 +00:00
http: ^1.0.0
2023-11-05 10:07:52 +00:00
matcher: ^0.12.0
2024-06-23 08:42:16 +00:00
web_socket_channel: ^3.0.0
2016-12-10 17:05:31 +00:00
dev_dependencies:
2023-05-26 22:58:32 +00:00
test: ^1.24.0
2024-05-21 16:26:09 +00:00
lints: ^4.0.0
2023-11-05 10:07:52 +00:00
# dependency_overrides:
# protevus_validate:
2023-11-05 10:07:52 +00:00
# path: ../validate
# protevus_framework:
2023-06-10 04:10:21 +00:00
# path: ../framework
# protevus_http_exception:
2023-06-10 04:10:21 +00:00
# path: ../http_exception
# protevus_model:
2023-06-10 04:10:21 +00:00
# path: ../model
# protevus_route:
2023-06-10 04:10:21 +00:00
# path: ../route
# protevus_mock_request:
2023-06-10 04:10:21 +00:00
# path: ../mock_request
# protevus_auth:
2023-06-10 04:10:21 +00:00
# path: ../auth
# protevus_client:
2023-06-10 04:10:21 +00:00
# path: ../client
# protevus_websocket:
2023-06-10 04:10:21 +00:00
# path: ../websocket
# protevus_validate:
2023-06-10 04:10:21 +00:00
# path: ../validate