2021-05-18 15:07:36 +00:00
|
|
|
name: angel3_orm_test
|
2022-08-14 02:17:59 +00:00
|
|
|
version: 7.0.0
|
2021-07-25 13:48:10 +00:00
|
|
|
description: Common tests for Angel3 ORM. Reference implmentation of the generated ORM files.
|
|
|
|
homepage: https://angel3-framework.web.app/
|
2021-12-20 04:25:43 +00:00
|
|
|
repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_test
|
2019-02-14 18:36:53 +00:00
|
|
|
environment:
|
2022-08-13 02:14:43 +00:00
|
|
|
sdk: '>=2.17.0 <3.0.0'
|
2019-02-13 12:57:06 +00:00
|
|
|
dependencies:
|
2022-08-14 02:17:59 +00:00
|
|
|
angel3_migration: ^7.0.0
|
|
|
|
angel3_model: ^7.0.0
|
|
|
|
angel3_orm: ^7.0.0
|
|
|
|
angel3_serialize: ^7.0.0
|
2021-05-19 15:35:55 +00:00
|
|
|
io: ^1.0.0
|
2022-04-24 01:42:33 +00:00
|
|
|
test: ^1.21.0
|
2021-05-19 15:35:55 +00:00
|
|
|
collection: ^1.15.0
|
2021-07-25 13:48:10 +00:00
|
|
|
optional: ^6.0.0
|
2019-02-13 13:07:16 +00:00
|
|
|
dev_dependencies:
|
2022-08-14 02:17:59 +00:00
|
|
|
angel3_orm_generator: ^7.0.0
|
|
|
|
angel3_framework: ^7.0.0
|
2021-05-02 15:34:47 +00:00
|
|
|
build_runner: ^2.0.1
|
2022-08-13 02:14:43 +00:00
|
|
|
lints: ^2.0.0
|
2022-08-14 02:17:59 +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_serialize:
|
|
|
|
path: ../../serialize/angel_serialize
|
|
|
|
angel3_serialize_generator:
|
|
|
|
path: ../../serialize/angel_serialize_generator
|
|
|
|
angel3_orm:
|
|
|
|
path: ../angel_orm
|
|
|
|
angel3_migration:
|
|
|
|
path: ../angel_migration
|
|
|
|
angel3_orm_generator:
|
|
|
|
path: ../angel_orm_generator
|