platform/packages/test/pubspec.yaml
2024-06-23 16:42:16 +08:00

42 lines
No EOL
1 KiB
YAML

name: angel3_test
version: 8.2.1
description: Testing utility library for the Angel3 framework. Use with package:test.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/test
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
angel3_client: ^8.2.0
angel3_framework: ^8.4.0
angel3_http_exception: ^8.2.0
angel3_validate: ^8.2.0
angel3_websocket: ^8.2.0
angel3_mock_request: ^8.0.0
angel3_container: ^8.0.0
http: ^1.0.0
matcher: ^0.12.0
web_socket_channel: ^3.0.0
dev_dependencies:
test: ^1.24.0
lints: ^4.0.0
# dependency_overrides:
# angel3_validate:
# path: ../validate
# angel3_framework:
# path: ../framework
# angel3_http_exception:
# path: ../http_exception
# angel3_model:
# path: ../model
# angel3_route:
# path: ../route
# angel3_mock_request:
# path: ../mock_request
# angel3_auth:
# path: ../auth
# angel3_client:
# path: ../client
# angel3_websocket:
# path: ../websocket
# angel3_validate:
# path: ../validate