platform/packages/shelf/pubspec.yaml
2024-10-12 18:45:27 -07:00

47 lines
1.2 KiB
YAML

name: protevus_shelf
version: 8.0.0-beta.1
description: Shelf interop with Protevus. Use this to wrap existing server code.
homepage: https://protevus-framework.web.app/
repository: https://github.com/dart-backend/protevus/tree/master/packages/shelf
environment:
sdk: '>=3.3.0 <4.0.0'
publish_to: none
dependencies:
protevus_framework: ^8.4.0
protevus_container: ^8.2.0
protevus_mock_request: ^8.2.0
path: ^1.9.0
shelf: ^1.3.0
stream_channel: ^2.1.0
logging: ^1.2.0
charcode: ^1.3.0
http: ^1.0.0
dev_dependencies:
protevus_test: ^8.0.0
belatuk_pretty_logging: ^6.1.0
shelf_static: ^1.1.0
test: ^1.24.0
lints: ^4.0.0
# dependency_overrides:
# protevus_test:
# path: ../test
# protevus_container:
# path: ../container/angel_container
# protevus_framework:
# path: ../framework
# protevus_http_exception:
# path: ../http_exception
# protevus_model:
# path: ../model
# protevus_route:
# path: ../route
# protevus_mock_request:
# path: ../mock_request
# protevus_auth:
# path: ../auth
# protevus_client:
# path: ../client
# protevus_websocket:
# path: ../websocket
# protevus_validate:
# path: ../validate