platform/packages/test/pubspec.yaml

42 lines
1 KiB
YAML
Raw Normal View History

2021-05-15 08:35:27 +00:00
name: angel3_test
2023-11-04 02:18:44 +00:00
version: 8.0.1
2021-07-10 02:51:07 +00:00
description: Testing utility library for the Angel3 framework. Use with package:test.
homepage: https://angel3-framework.web.app/
2021-09-25 14:51:11 +00:00
repository: https://github.com/dukefirehawk/angel/tree/master/packages/test
2021-02-14 05:22:25 +00:00
environment:
2023-05-20 15:37:23 +00:00
sdk: '>=3.0.0 <4.0.0'
2016-12-10 17:05:31 +00:00
dependencies:
2023-05-26 22:58:32 +00:00
angel3_client: ^8.0.0
angel3_framework: ^8.0.0
angel3_http_exception: ^8.0.0
angel3_validate: ^8.0.0
angel3_websocket: ^8.0.0
angel3_mock_request: ^8.0.0
angel3_container: ^8.0.0
http: ^1.0.0
2023-11-05 10:07:52 +00:00
matcher: ^0.12.0
2023-05-26 22:58:32 +00:00
web_socket_channel: ^2.4.0
2016-12-10 17:05:31 +00:00
dev_dependencies:
2023-05-26 22:58:32 +00:00
test: ^1.24.0
lints: ^2.1.0
2023-11-05 10:07:52 +00:00
# dependency_overrides:
# angel3_validate:
# path: ../validate
2023-06-10 04:10:21 +00:00
# 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