forked from tazatechnology/openapi_spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
30 lines (26 loc) · 805 Bytes
/
pubspec.yaml
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
name: openapi_spec
description: OpenAPI Specification generator using native Dart code, as well as an all-in-one parser of existing specifications.
version: 0.7.8
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.0.0 <4.0.0'
dependencies:
collection: ^1.17.1
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
yaml: ^3.1.2
path: ^1.8.3
# For generated client code
intl: ">=0.17.0 <1.0.0"
http: ">=0.13.0 <2.0.0"
recase: ^4.1.0
dev_dependencies:
build_runner: ^2.4.6
lints: ^3.0.0
freezed: ^2.4.5
json_serializable: ^6.7.1
test: ^1.24.7