-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
44 lines (40 loc) · 899 Bytes
/
pubspec.yaml
File metadata and controls
44 lines (40 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: discloud
description: A sample command-line application with basic argument parsing.
# auto sync when release create
version: 0.0.0
publish_to: none
repository: https://github.com/discloud/cli-dart
environment:
sdk: ^3.11.4
dependencies:
glob_zipper:
path: modules/glob_zipper
interact:
path: modules/interact
local_store:
path: modules/local_store
ansi_strip: ^0.1.1+1
args: ^2.7.0
charcode: ^1.4.0
cli_spin: ^1.0.1
dart_jsonwebtoken: ^3.4.0
discloud_config: ^2.4.1
duration: ^4.0.3
freezed_annotation: ^3.1.0
intl: ^0.20.2
json_annotation: ^4.11.0
path: ^1.9.1
tabular: ^0.6.3+1
tint: ^2.0.1
dev_dependencies:
build_runner: ^2.13.1
build_version: ^2.1.3
freezed: ^3.2.5
inno_bundle: ^0.11.2
interpolation: ^2.1.2
json_serializable: ^6.13.1
lints: ^6.1.0
markdown: ^7.3.1
pub_semver: ^2.2.0
test: ^1.31.0
yaml: ^3.1.3