mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
15 lines
236 B
YAML
15 lines
236 B
YAML
|
name: np_log
|
||
|
description: A starting point for Dart libraries or applications.
|
||
|
version: 1.0.0
|
||
|
publish_to: none
|
||
|
|
||
|
environment:
|
||
|
sdk: '>=2.19.6 <3.0.0'
|
||
|
|
||
|
dependencies:
|
||
|
logging: ^1.1.1
|
||
|
|
||
|
dev_dependencies:
|
||
|
np_lints:
|
||
|
path: ../np_lints
|