drift/sally_generator/pubspec.yaml

25 lines
507 B
YAML
Raw Normal View History

2019-02-03 04:56:31 -08:00
name: sally_generator
description: A starting point for Dart libraries or applications.
# version: 1.0.0
# homepage: https://www.example.com
# author: Simon Binder <email@example.com>
environment:
sdk: '>=2.0.0 <3.0.0'
2019-02-03 04:56:31 -08:00
dependencies:
analyzer: '>=0.34.0 <0.36.0'
recase: ^2.0.1
built_value: ^6.3.0
source_gen: ^0.9.4
build_runner: ^1.2.0
build_config: ^0.3.1
2019-02-03 04:56:31 -08:00
sally:
path:
../sally
dev_dependencies:
test: ^1.0.0
built_value_generator: ^6.3.0
2019-02-03 04:56:31 -08:00
build_test: '>=0.10.0 <0.11.0'