platform/packages/test/pubspec.yaml
2022-04-24 09:42:33 +08:00

42 lines
No EOL
1.1 KiB
YAML

name: angel3_test
version: 6.0.0
description: Testing utility library for the Angel3 framework. Use with package:test.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/test
environment:
sdk: '>=2.16.0 <3.0.0'
dependencies:
angel3_client: ^6.0.0
angel3_framework: ^6.0.0
angel3_http_exception: ^6.0.0
angel3_validate: ^6.0.0
angel3_websocket: ^6.0.0
angel3_mock_request: ^6.0.0
angel3_container: ^6.0.0
http: ^0.13.1
matcher: ^0.12.10
web_socket_channel: ^2.0.0
dev_dependencies:
test: ^1.21.0
lints: ^1.0.0
# dependency_overrides:
# angel3_container:
# path: ../container/angel_container
# 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