drift/moor_generator/pubspec.yaml

48 lines
1000 B
YAML
Raw Normal View History

2019-03-09 07:37:22 -08:00
name: moor_generator
description: Dev-dependency to generate table and dataclasses together with the moor package.
version: 2.1.0
repository: https://github.com/simolus3/moor
homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues
2019-02-18 11:51:37 -08:00
authors:
2019-05-29 10:43:21 -07:00
- Simon Binder <oss@simonbinder.eu>
2019-02-18 11:51:37 -08:00
maintainer: Simon Binder (@simolus3)
2019-02-03 04:56:31 -08:00
environment:
2019-05-09 02:30:14 -07:00
sdk: '>=2.2.0 <3.0.0'
2019-02-03 04:56:31 -08:00
dependencies:
collection: ^1.14.0
recase: ^2.0.1
2019-08-22 03:27:39 -07:00
meta: ^1.1.0
2019-10-03 06:39:32 -07:00
path: ^1.6.0
2019-11-16 07:38:02 -08:00
logging: '>=0.11.0 <1.0.0'
json_annotation: ^3.0.0
2019-11-16 07:38:02 -08:00
# Moor-specific analysis
moor: ^2.0.1
2019-11-13 12:14:38 -08:00
sqlparser: ^0.4.0
2019-11-16 07:38:02 -08:00
# Dart analysis
analyzer: '>=0.36.4 <0.40.0'
analyzer_plugin: '>=0.1.0 <0.3.0'
source_span: ^1.5.5
# Build system
build: ^1.1.0
build_config: '>=0.3.1 <1.0.0'
source_gen: ^0.9.4
2019-02-03 04:56:31 -08:00
dev_dependencies:
2019-04-14 07:29:24 -07:00
test: ^1.6.0
2019-06-05 12:12:23 -07:00
test_core: ^0.2.0
2019-08-22 03:27:39 -07:00
build_runner: ^1.6.7
build_test: ^0.10.0
json_serializable: ^3.0.0
2019-03-10 04:00:25 -07:00
dependency_overrides:
sqlparser:
path: ../sqlparser
2019-03-10 04:00:25 -07:00
moor:
2019-05-29 10:43:21 -07:00
path: ../moor