-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (35 loc) · 992 Bytes
/
pubspec.yaml
File metadata and controls
41 lines (35 loc) · 992 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
name: openapi_spec
description: OpenAPI Specification generator using native Dart code, as well as an all-in-one parser of existing specifications.
version: 0.15.0
maintainer: Taza Technology LLC
repository: https://github.com/tazatechnology/openapi_spec
issue_tracker: https://github.com/tazatechnology/openapi_spec/issues
homepage: https://tazatechnology.com
documentation: https://github.com/tazatechnology/openapi_spec
environment:
sdk: '>=3.8.0 <4.0.0'
dependencies:
collection: ^1.19.0
freezed_annotation: ^3.0.0
json_annotation: ^4.9.0
yaml: ^3.1.0
path: ">=1.8.0 <2.0.0"
# For generated client code
intl: ">=0.17.0 <1.0.0"
http: ">=0.13.0 <2.0.0"
recase: ^4.1.0
# For CLI
args: ^2.5.0
mason_logger: ^0.3.2
pub_updater: ^0.5.0
cli_completion: ^0.5.0
dev_dependencies:
build_runner: ^2.4.11
lints: ^5.1.1
freezed: ^3.0.6
json_serializable: ^6.8.0
test: ^1.25.8
build_verify: ^3.1.0
build_version: ^2.1.1
executables:
openapi_spec: