platform-common-utilities/packages/body_parser/pubspec.yaml
thomashii@dukefirehawk.com 0bf0c487bc Migrated to Dart 3
2023-03-26 09:21:14 +08:00

14 lines
No EOL
459 B
YAML

name: belatuk_body_parser
version: 5.0.0-beta.1
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:
sdk: '>=3.0.0-290.3.beta <4.0.0'
dependencies:
http_parser: ^4.0.0
belatuk_http_server: ^4.0.0-beta.1
mime: ^1.0.0
dev_dependencies:
http: ^0.13.0
test: ^1.17.8
lints: ^2.0.0