mirror of https://github.com/AMT-Cheif/drift.git
54 lines
1.1 KiB
YAML
54 lines
1.1 KiB
YAML
name: moor_generator
|
|
description: Dev-dependency to generate table and dataclasses together with the moor package.
|
|
version: 4.0.0-dev
|
|
repository: https://github.com/simolus3/moor
|
|
homepage: https://moor.simonbinder.eu/
|
|
issue_tracker: https://github.com/simolus3/moor/issues
|
|
|
|
environment:
|
|
sdk: '>=2.6.0 <3.0.0'
|
|
|
|
dependencies:
|
|
collection: ^1.14.0
|
|
recase: '>=2.0.1 <5.0.0'
|
|
meta: ^1.1.0
|
|
path: ^1.6.0
|
|
json_annotation: ^4.0.0-nullsafety
|
|
stream_transform: '>=0.1.0 <3.0.0'
|
|
|
|
# CLI
|
|
args: ">=1.5.0 <3.0.0"
|
|
logging: '>=0.11.0 <2.0.0'
|
|
cli_util: '>=0.2.0 <0.4.0'
|
|
|
|
# Moor-specific analysis and apis
|
|
moor: ^4.0.0-nullsafety
|
|
sqlite3: ^0.1.6
|
|
sqlparser: ^0.13.0-nullsafety.0
|
|
|
|
# Dart analysis
|
|
analyzer: ">=0.40.0 <0.42.0"
|
|
analyzer_plugin: ">=0.3.0 <0.5.0"
|
|
source_span: ^1.5.5
|
|
|
|
# Build system
|
|
build: ^1.6.0
|
|
build_resolvers: ^1.5.1
|
|
build_config: '>=0.3.1 <1.0.0'
|
|
dart_style: ^1.3.3
|
|
source_gen: ^0.9.4
|
|
|
|
dev_dependencies:
|
|
test: ^1.6.0
|
|
build_runner: ^1.6.7
|
|
build_test: ^1.3.4
|
|
json_serializable: ^4.0.0-nullsafety
|
|
|
|
executables:
|
|
moor_generator:
|
|
|
|
dependency_overrides:
|
|
sqlparser:
|
|
path: ../sqlparser
|
|
moor:
|
|
path: ../moor |