27 lines
No EOL
516 B
YAML
27 lines
No EOL
516 B
YAML
name: matrixoidc
|
|
description: A minimal OpenID Connect provider backed by Matrix.
|
|
version: 1.0.0
|
|
publish_to: none
|
|
executables:
|
|
matrixoidc:
|
|
|
|
environment:
|
|
sdk: ^3.8.0
|
|
|
|
dependencies:
|
|
http: ^1.4.0
|
|
shelf: ^1.4.0
|
|
riverpod: ^2.4.0
|
|
dart_jsonwebtoken: ^3.2.0
|
|
freezed_annotation: ^3.0.0
|
|
json_annotation: ^4.9.0
|
|
shelf_router: ^1.1.4
|
|
fast_immutable_collections: ^11.0.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 |