drift/sqlparser/pubspec.yaml

24 lines
551 B
YAML
Raw Normal View History

name: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.31.0-dev
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
2022-11-27 08:05:16 -08:00
repository: https://github.com/simolus3/drift
#homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
environment:
2023-05-14 23:51:48 -07:00
sdk: '>=2.17.0 <4.0.0'
dependencies:
2021-02-14 05:06:51 -08:00
meta: ^1.3.0
collection: ^1.15.0
source_span: ^1.8.0
charcode: ^1.2.0
dev_dependencies:
2022-08-13 14:33:05 -07:00
lints: ^2.0.0
2021-05-15 08:23:29 -07:00
test: ^1.17.4
2021-02-14 05:06:51 -08:00
path: ^1.8.0
2022-08-13 12:55:22 -07:00
ffi: ^2.0.0
2021-05-15 08:23:29 -07:00
sqlite3: ^1.0.0