platform-common-utilities/packages/body_parser/pubspec.yaml

14 lines
435 B
YAML
Raw Permalink Normal View History

name: belatuk_body_parser
2022-07-06 14:04:09 +00:00
version: 4.0.0
description: Parse request bodies and query strings in Dart. Supports JSON, URL-encoded, and multi-part bodies.
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/body_parser
environment:
2022-07-06 14:04:09 +00:00
sdk: '>=2.17.0 <3.0.0'
dependencies:
http_parser: ^4.0.0
belatuk_http_server: ^2.0.0
mime: ^1.0.0
dev_dependencies:
http: ^0.13.0
test: ^1.17.8
2022-07-06 14:04:09 +00:00
lints: ^2.0.0