mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
20 lines
375 B
YAML
20 lines
375 B
YAML
name: np_collection
|
|
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"
|
|
|
|
dependencies:
|
|
collection: ^1.18.0
|
|
np_math:
|
|
path: ../np_math
|
|
quiver: ^3.2.1
|
|
tuple: ^2.0.2
|
|
|
|
dev_dependencies:
|
|
np_lints:
|
|
path: ../np_lints
|
|
test: ^1.22.1
|