perspective_api/pubspec.yaml
2023-09-27 13:47:03 +02:00

18 lines
326 B
YAML

name: perspective_api
description: A starting point for Dart libraries or applications.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.0.5
# Add regular dependencies here.
dependencies:
http: ^1.1.0
meta: ^1.10.0
# path: ^1.8.0
dev_dependencies:
lints: ^2.0.0
test: ^1.21.0