19 lines
372 B
YAML
19 lines
372 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: ">=2.19.5 <3.0.0"
|
|
|
|
dependencies:
|
|
collection: ^1.17.1
|
|
shelf: ^1.4.0
|
|
shelf_hotreload: ^1.4.0
|
|
|
|
dev_dependencies:
|
|
mocktail: ^0.3.0
|
|
test: ^1.19.2
|
|
very_good_analysis: ^4.0.0
|