Files
apidash/packages/postman/pubspec.yaml
2025-09-28 20:30:17 +05:30

25 lines
426 B
YAML

name: postman
description: Seamlessly convert Postman Collection Format v2.1 to Dart and vice versa.
version: 0.1.3-dev
homepage: https://github.com/foss42/apidash
topics:
- postman
- api
- rest
- http
- network
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
freezed_annotation: ^3.0.0
dev_dependencies:
build_runner: ^2.4.12
freezed: ^3.0.6
json_serializable: ^6.7.1
lints: ^4.0.0
test: ^1.24.0