readability-dart/pubspec.yaml

17 lines
305 B
YAML
Raw Permalink Normal View History

name: readability
description: A starting point for Dart libraries or applications.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.4.3
# Add regular dependencies here.
dependencies:
ffi: ^2.1.2
# path: ^1.8.0
dev_dependencies:
lints: ^3.0.0
test: ^1.24.0