2023-08-25 19:31:06 +02:00
|
|
|
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:
|
2024-05-20 16:02:00 +02:00
|
|
|
sdk: ">=3.2.0 <4.0.0"
|
2023-08-25 19:31:06 +02:00
|
|
|
|
|
|
|
dependencies:
|
2024-05-21 18:10:57 +02:00
|
|
|
collection: ^1.18.0
|
2023-08-25 19:31:06 +02:00
|
|
|
np_math:
|
|
|
|
path: ../np_math
|
|
|
|
quiver: ^3.2.1
|
2024-05-21 18:10:57 +02:00
|
|
|
tuple: ^2.0.2
|
2023-08-25 19:31:06 +02:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
np_lints:
|
|
|
|
path: ../np_lints
|
2024-05-21 18:10:57 +02:00
|
|
|
test: ^1.22.1
|