2021-03-24 13:24:40 +07:00
|
|
|
name: configurable
|
|
|
|
description: A simple command-line application.
|
|
|
|
# version: 1.0.0
|
|
|
|
# homepage: https://www.example.com
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
|
2021-03-24 13:34:03 +07:00
|
|
|
dependencies:
|
|
|
|
test: ^1.16.8
|
2021-03-24 13:52:20 +07:00
|
|
|
meta: ^1.3.0
|
2021-03-24 13:24:40 +07:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
pedantic: ^1.9.0
|