2021-05-18 15:07:36 +00:00
|
|
|
name: angel3_orm_test
|
2022-01-08 09:27:20 +00:00
|
|
|
version: 3.1.1
|
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:
|
2021-05-02 15:34:47 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2019-02-13 12:57:06 +00:00
|
|
|
dependencies:
|
2021-07-25 13:48:10 +00:00
|
|
|
angel3_migration: ^4.0.0
|
2021-12-21 00:14:41 +00:00
|
|
|
angel3_model: ^3.1.0
|
2021-07-25 13:48:10 +00:00
|
|
|
angel3_orm: ^4.0.0
|
2021-12-21 00:14:41 +00:00
|
|
|
angel3_serialize: ^4.1.0
|
2021-05-19 15:35:55 +00:00
|
|
|
io: ^1.0.0
|
2021-05-18 15:07:36 +00:00
|
|
|
test: ^1.17.4
|
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:
|
2021-12-21 00:14:41 +00:00
|
|
|
angel3_orm_generator: ^4.1.0
|
|
|
|
angel3_framework: ^4.2.0
|
2021-05-02 15:34:47 +00:00
|
|
|
build_runner: ^2.0.1
|
2021-12-20 04:25:43 +00:00
|
|
|
lints: ^1.0.0
|
2022-01-08 06:20:42 +00:00
|
|
|
dependency_overrides:
|
|
|
|
angel3_orm:
|
|
|
|
path: ../angel_orm
|
|
|
|
angel3_orm_generator:
|
|
|
|
path: ../angel_orm_generator
|
|
|
|
angel3_migration:
|
|
|
|
path: ../angel_migration
|