update pub details

This commit is contained in:
Ashita Prasad
2024-11-24 15:40:27 +05:30
parent 50d1e0af89
commit 5e612f8b23
2 changed files with 19 additions and 4 deletions

View File

@ -0,0 +1,5 @@
pubspec.lock
melos_curl_parser.iml
.dart_tool/
build/
coverage/

View File

@ -1,16 +1,26 @@
name: curl_parser name: curl_parser
description: Parse cURL command to Dart object and convert Dart object to cURL commands. description: Parse cURL command to Dart object and convert Dart object to cURL commands.
version: 0.1.0 version: 0.1.0
homepage: https://github.com/foss42/apidash/tree/main/packages/curl_parser
repository: https://github.com/foss42/apidash/tree/main/packages/curl_parser repository: https://github.com/foss42/apidash/tree/main/packages/curl_parser
issue_tracker: https://github.com/foss42/apidash/issues
documentation: https://github.com/foss42/apidash/tree/main/packages/curl_parser
topics:
- curl
- api
- rest
- http
- network
environment: environment:
sdk: ">=2.17.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"
dependencies: dependencies:
args: ">=2.3.1 <3.0.0" args: ^2.5.0
equatable: ^2.0.5 equatable: ^2.0.5
shlex: ^2.0.2 shlex: ^2.0.2
dev_dependencies: dev_dependencies:
lints: ^3.0.0 lints: ^2.1.0
test: ^1.21.0 test: ^1.24.4