oto/pubspec.yaml
leedongmyung[desktop] 9844b0ac83 Update settings
2023-10-29 12:19:25 +09:00

25 lines
548 B
YAML

name: oto_cli
description: A sample command-line application.
version: 1.0.0
publish_to: none
# repository: https://github.com/my_org/my_repo
environment:
sdk: '>=2.18.6 <4.0.0'
# Add regular dependencies here.
dependencies:
# path: ^1.8.0
json_annotation: ^4.8.0
resource_importer: ^0.2.0
dart_framework:
path: '../dart_framework'
#git:
# url: toki@toki-labs.com:/Volumes/Data2/git/dart_framework.git
# ref: master
dev_dependencies:
lints: ^2.0.0
test: ^1.21.0
build_runner: ^2.1.4
json_serializable: ^6.0.1