2019-04-20 18:45:41 +00:00
|
|
|
name: angel_orm_service
|
2021-06-18 10:15:23 +00:00
|
|
|
version: 2.0.0
|
2019-04-20 19:45:42 +00:00
|
|
|
description: Service implementation that wraps over Angel ORM Query classes.
|
2019-04-20 21:36:29 +00:00
|
|
|
homepage: https://github.com/angel-dart/orm
|
2021-06-18 10:15:23 +00:00
|
|
|
publish_to: none
|
2019-04-20 19:45:42 +00:00
|
|
|
environment:
|
2021-06-18 10:15:23 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2019-04-20 18:45:41 +00:00
|
|
|
dependencies:
|
2021-06-18 10:15:23 +00:00
|
|
|
angel_framework:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/framework
|
|
|
|
angel_orm:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/orm/angel_orm
|
|
|
|
postgres: ^2.3.2
|
|
|
|
optional: ^6.0.0-nullsafety.2
|
2019-04-20 18:45:41 +00:00
|
|
|
dev_dependencies:
|
2021-06-18 10:15:23 +00:00
|
|
|
angel_migration:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/orm/angel_migration
|
2019-04-20 18:45:41 +00:00
|
|
|
angel_migration_runner:
|
2021-06-18 10:15:23 +00:00
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/orm/angel_migration_runner
|
2019-04-20 18:45:41 +00:00
|
|
|
angel_orm_generator:
|
2021-06-18 10:15:23 +00:00
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/orm/angel_orm_generator
|
2019-04-20 18:45:41 +00:00
|
|
|
angel_orm_postgres:
|
2021-06-18 10:15:23 +00:00
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/orm/angel_orm_postgres
|
2019-04-20 18:45:41 +00:00
|
|
|
angel_orm_test:
|
2021-06-18 10:15:23 +00:00
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/orm/angel_orm_test
|
|
|
|
angel_serialize:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/serialize/angel_serialize
|
|
|
|
build_runner: ^2.0.4
|
|
|
|
logging: ^1.0.1
|
|
|
|
pedantic: ^1.11.0
|
|
|
|
test: ^1.17.7
|