2021-05-15 08:35:27 +00:00
|
|
|
name: angel3_test
|
2022-02-21 01:17:27 +00:00
|
|
|
version: 6.0.0
|
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:
|
2022-04-23 04:21:39 +00:00
|
|
|
sdk: '>=2.16.0 <3.0.0'
|
2016-12-10 17:05:31 +00:00
|
|
|
dependencies:
|
2022-02-22 00:07:01 +00:00
|
|
|
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
|
2021-04-26 01:05:34 +00:00
|
|
|
http: ^0.13.1
|
|
|
|
matcher: ^0.12.10
|
|
|
|
web_socket_channel: ^2.0.0
|
2016-12-10 17:05:31 +00:00
|
|
|
dev_dependencies:
|
2021-09-25 14:51:11 +00:00
|
|
|
test: ^1.17.5
|
|
|
|
lints: ^1.0.0
|
2022-02-22 00:07:01 +00:00
|
|
|
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
|