25 lines
505 B
YAML
25 lines
505 B
YAML
name: artifact_proxy
|
|
description: Intercept and proxy Flutter artifact requests.
|
|
version: 1.0.0
|
|
repository: https://github.com/shorebirdtech/shorebird/
|
|
publish_to: "none"
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
checked_yaml: ^2.0.2
|
|
collection: ^1.17.1
|
|
http: ^1.0.0
|
|
json_annotation: ^4.9.0
|
|
quiver: ^3.2.1
|
|
shelf: ^1.4.0
|
|
shelf_hotreload: ^1.5.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.9
|
|
json_serializable: ^6.6.1
|
|
mocktail: ^1.0.0
|
|
test: ^1.25.5
|
|
very_good_analysis: ^5.1.0
|