51 lines
1.5 KiB
YAML
51 lines
1.5 KiB
YAML
name: protevus_orm_service
|
|
version: 8.2.2
|
|
description: Service implementation that wraps over Protevus ORM Query classes.
|
|
homepage: https://protevus-framework.web.app/
|
|
repository: https://github.com/dart-backend/protevus/tree/master/packages/orm/angel_orm_service
|
|
environment:
|
|
sdk: '>=3.3.0 <4.0.0'
|
|
dependencies:
|
|
protevus_framework: ^8.4.0
|
|
protevus_orm: ^8.2.0
|
|
postgres: ^3.2.0
|
|
optional: ^6.0.0
|
|
dev_dependencies:
|
|
protevus_migration: ^8.2.0
|
|
protevus_migration_runner: ^8.2.0
|
|
protevus_orm_generator: ^8.2.0
|
|
protevus_orm_postgres: ^8.2.0
|
|
protevus_serialize: ^8.2.0
|
|
build_runner: ^2.4.0
|
|
logging: ^1.2.0
|
|
test: ^1.24.0
|
|
lints: ^4.0.0
|
|
# dependency_overrides:
|
|
# protevus_container:
|
|
# path: ../../container/angel_container
|
|
# protevus_framework:
|
|
# path: ../../framework
|
|
# protevus_http_exception:
|
|
# path: ../../http_exception
|
|
# protevus_model:
|
|
# path: ../../model
|
|
# protevus_route:
|
|
# path: ../../route
|
|
# protevus_mock_request:
|
|
# path: ../../mock_request
|
|
# protevus_serialize:
|
|
# path: ../../serialize/angel_serialize
|
|
# protevus_serialize_generator:
|
|
# path: ../../serialize/angel_serialize_generator
|
|
# protevus_orm_test:
|
|
# path: ../angel_orm_test
|
|
# protevus_orm:
|
|
# path: ../angel_orm
|
|
# protevus_orm_generator:
|
|
# path: ../angel_orm_generator
|
|
# protevus_orm_postgres:
|
|
# path: ../angel_orm_postgres
|
|
# protevus_migration:
|
|
# path: ../angel_migration
|
|
# protevus_migration_runner:
|
|
# path: ../angel_migration_runner
|