mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2025-01-05 09:35:37 +00:00
16 lines
232 B
YAML
16 lines
232 B
YAML
|
name: mkbsd
|
||
|
description: A sample command-line application.
|
||
|
version: 1.0.0
|
||
|
|
||
|
environment:
|
||
|
sdk: ^3.0.6
|
||
|
|
||
|
# Add regular dependencies here.
|
||
|
dependencies:
|
||
|
http: ^1.1.0
|
||
|
path: ^1.9.0
|
||
|
|
||
|
dev_dependencies:
|
||
|
lints: ^2.0.0
|
||
|
test: ^1.21.0
|