18 lines
412 B
YAML
18 lines
412 B
YAML
name: simplehelpertools
|
|
description: A sample command-line application with basic argument parsing.
|
|
version: 0.0.1
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
environment:
|
|
sdk: ^3.5.1
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
args: ^2.4.2
|
|
libac_dart:
|
|
hosted: https://git.zontreck.com/api/packages/Packages/pub/
|
|
version: 1.4.052725+1339
|
|
|
|
dev_dependencies:
|
|
lints: ^6.0.0
|
|
test: ^1.24.0
|