nc-photos/np_math/pubspec.yaml

14 lines
267 B
YAML
Raw Normal View History

2023-08-25 17:29:27 +02:00
name: np_math
description: A starting point for Dart libraries or applications.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
publish_to: none
environment:
sdk: ">=3.2.0 <4.0.0"
2023-08-25 17:29:27 +02:00
dev_dependencies:
np_lints:
path: ../np_lints
2024-05-21 18:10:57 +02:00
test: ^1.22.1