platform/packages/orm/angel_orm/pubspec.yaml
thomashii@dukefirehawk.com a4ff96a831 Updated pubspec.yaml
2021-05-03 22:05:25 +08:00

31 lines
860 B
YAML

name: angel_orm
version: 4.0.0
description: Runtime support for Angel's ORM. Includes base classes for queries.
homepage: https://github.com/dukefirehawk/angel
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
charcode: ^1.2.0
intl: ^0.17.0
meta: ^1.3.0
string_scanner: ^1.1.0
optional: ^6.0.0-nullsafety.2
dev_dependencies:
angel_model:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/model
angel_serialize:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/serialize/angel_serialize
angel_serialize_generator:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/serialize/angel_serialize_generator
build_runner: ^2.0.1
pedantic: ^1.11.0
test: ^1.17.3