jadb/pubspec.yaml

22 lines
357 B
YAML
Raw Normal View History

2024-11-16 21:55:15 +01:00
name: jadb
2022-06-20 20:06:07 +02:00
description: A SQLite database containing open source japanese language translation data
version: 1.0.0
2024-11-16 21:55:15 +01:00
homepage: https://git.nani.wtf/h7x4/jadb
2022-06-20 20:06:07 +02:00
environment:
2024-11-16 21:55:15 +01:00
sdk: '>=3.0.0 <4.0.0'
2022-06-20 20:06:07 +02:00
dependencies:
2024-11-16 21:55:15 +01:00
collection: ^1.19.1
sqflite_common_ffi: ^2.3.4
xml: ^6.5.0
2022-06-20 20:06:07 +02:00
dev_dependencies:
2024-11-16 21:55:15 +01:00
lints: ^5.0.0
2022-06-20 20:06:07 +02:00
executables:
2024-11-16 21:55:15 +01:00
jadb: jadb
2022-06-20 20:06:07 +02:00
platforms:
linux: