drift/sqlparser/pubspec.yaml

24 lines
550 B
YAML
Raw Normal View History

name: sqlparser
description: Parses sqlite statements and performs static analysis on them
2024-04-23 06:31:49 -07:00
version: 0.36.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-08-17 08:30:45 -07:00
sdk: '>=3.0.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:
2023-11-16 12:25:21 -08:00
lints: ^3.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
2023-08-17 08:30:45 -07:00
sqlite3: ^2.0.0