initial commit
This commit is contained in:
commit
e8e678bc2b
23 changed files with 2339 additions and 0 deletions
27
pubspec.yaml
Normal file
27
pubspec.yaml
Normal file
|
@ -0,0 +1,27 @@
|
|||
name: nexusbot
|
||||
description: A minimal OpenID Connect provider backed by Matrix.
|
||||
version: 1.0.0
|
||||
publish_to: none
|
||||
executables:
|
||||
nexusbot:
|
||||
|
||||
environment:
|
||||
sdk: ^3.8.0
|
||||
|
||||
dependencies:
|
||||
http: ^1.4.0
|
||||
shelf: ^1.4.0
|
||||
riverpod: ^2.4.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
|
||||
enough_mail: ^2.1.6
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.6
|
||||
freezed: ^3.0.6
|
||||
json_serializable: ^6.7.1
|
||||
lints: ^6.0.0
|
Loading…
Add table
Add a link
Reference in a new issue