mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 06:33:43 +08:00
18 lines
327 B
YAML
18 lines
327 B
YAML
|
name: sct_dev_tools
|
||
|
description: A starting point for Dart libraries or applications.
|
||
|
version: 1.0.0
|
||
|
# repository: https://github.com/my_org/my_repo
|
||
|
|
||
|
environment:
|
||
|
sdk: ^3.3.1
|
||
|
|
||
|
# Add regular dependencies here.
|
||
|
dependencies:
|
||
|
# path: ^1.8.0
|
||
|
analyzer: ^6.4.1
|
||
|
uuid: ^4.3.3
|
||
|
|
||
|
dev_dependencies:
|
||
|
lints: ^3.0.0
|
||
|
test: ^1.24.0
|