24 lines
No EOL
537 B
YAML
24 lines
No EOL
537 B
YAML
name: lasuite_docs_proxy
|
|
description: A proxy for lasuite docs s3 to work with caddy. For personal use mainly, probably won't work for you without patching (feel free to PR).
|
|
version: 1.0.0
|
|
publish_to: none
|
|
executables:
|
|
lasuite_docs_proxy: main
|
|
|
|
environment:
|
|
sdk: ^3.8.0
|
|
|
|
dependencies:
|
|
http: ^1.4.0
|
|
shelf: ^1.4.0
|
|
freezed_annotation: ^3.0.0
|
|
json_annotation: ^4.9.0
|
|
shelf_router: ^1.1.4
|
|
cli_tools: ^0.6.0
|
|
args: ^2.7.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.6
|
|
freezed: ^3.0.6
|
|
json_serializable: ^6.7.1
|
|
lints: ^6.0.0 |