diff --git a/packages/curl_parser/.pubignore b/packages/curl_parser/.pubignore new file mode 100644 index 00000000..54ac295b --- /dev/null +++ b/packages/curl_parser/.pubignore @@ -0,0 +1,5 @@ +pubspec.lock +melos_curl_parser.iml +.dart_tool/ +build/ +coverage/ diff --git a/packages/curl_parser/pubspec.yaml b/packages/curl_parser/pubspec.yaml index a7c5bd7d..2a237ee2 100644 --- a/packages/curl_parser/pubspec.yaml +++ b/packages/curl_parser/pubspec.yaml @@ -1,16 +1,26 @@ name: curl_parser description: Parse cURL command to Dart object and convert Dart object to cURL commands. 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 +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: - sdk: ">=2.17.0 <4.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: - args: ">=2.3.1 <3.0.0" + args: ^2.5.0 equatable: ^2.0.5 shlex: ^2.0.2 dev_dependencies: - lints: ^3.0.0 - test: ^1.21.0 + lints: ^2.1.0 + test: ^1.24.4