platform/packages/orm/angel_orm/pubspec.yaml
2021-03-08 22:30:04 +08:00

31 lines
846 B
YAML

name: angel_orm
version: 3.0.0
description: Runtime support for Angel's ORM. Includes base classes for queries.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/orm
environment:
sdk: '>=2.10.0 <3.0.0'
dependencies:
charcode: ^1.2.0
intl: ^0.17.0
meta: ^1.3.0
string_scanner: ^1.1.0
dev_dependencies:
angel_model:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/model
angel_serialize:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/serialize/angel_serialize
angel_serialize_generator:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/serialize/angel_serialize_generator
build_runner: ^1.11.5
pedantic: ^1.11.0
test: ^1.16.5