mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 03:46:57 +08:00
26 lines
426 B
YAML
26 lines
426 B
YAML
name: har
|
|
description: "Seamlessly convert har Format to Dart and vice versa."
|
|
version: 0.0.2-dev
|
|
homepage: https://github.com/foss42/apidash
|
|
|
|
topics:
|
|
- har
|
|
- api
|
|
- rest
|
|
- http
|
|
- network
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
freezed_annotation: ^3.0.0
|
|
json_annotation: ^4.9.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.12
|
|
freezed: ^3.1.0
|
|
json_serializable: ^6.7.1
|
|
lints: ^4.0.0
|
|
test: ^1.24.0
|