app/packages/sct_dev_tools/pubspec.yaml

19 lines
348 B
YAML
Raw Normal View History

2024-03-14 21:49:21 +08:00
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
2024-03-17 12:44:50 +08:00
translator: ^1.0.0
2024-03-14 21:49:21 +08:00
dev_dependencies:
lints: ^3.0.0
test: ^1.24.0