platform/angel_orm_service/pubspec.yaml
2019-04-20 15:45:42 -04:00

25 lines
No EOL
627 B
YAML

name: angel_orm_service
version: 1.0.0
description: Service implementation that wraps over Angel ORM Query classes.
homepage:
author: Tobe O <thosakwe@gmail.com>
environment:
sdk: ">=2.0.0 <3.0.0"
dependencies:
angel_framework: ^2.0.0-alpha
angel_orm: ^2.0.0
dev_dependencies:
angel_migration: ^2.0.0-alpha
angel_migration_runner:
path: ../angel_migration_runner
angel_orm_generator:
path: ../angel_orm_generator
angel_orm_postgres:
path: ../angel_orm_postgres
angel_orm_test:
path: ../angel_orm_test
build_runner: ^1.0.0
logging: ^0.11.0
pedantic: ^1.0.0
postgres: ^1.0.0
test: ^1.0.0