mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-12 20:47:42 +01:00
11 lines
208 B
YAML
11 lines
208 B
YAML
|
name: np_codegen
|
||
|
description: A starting point for Dart libraries or applications.
|
||
|
version: 1.0.0
|
||
|
# homepage: https://www.example.com
|
||
|
|
||
|
environment:
|
||
|
sdk: '>=2.17.0 <3.0.0'
|
||
|
|
||
|
dev_dependencies:
|
||
|
lints: ^2.0.0
|