mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
25 lines
422 B
YAML
25 lines
422 B
YAML
name: postman
|
|
description: Seamlessly convert Postman Collection Format v2.1 to Dart and vice versa.
|
|
version: 0.1.2
|
|
homepage: https://github.com/foss42/apidash
|
|
|
|
topics:
|
|
- postman
|
|
- api
|
|
- rest
|
|
- http
|
|
- network
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
freezed_annotation: ^2.4.4
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.12
|
|
freezed: ^2.5.7
|
|
json_serializable: ^6.7.1
|
|
lints: ^4.0.0
|
|
test: ^1.24.0
|