mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor(plugin): ♻️ Move plugin manifests to json file, add JSON schema
This commit is contained in:
parent
3bcb7225bf
commit
f623f2c1a0
7 changed files with 111 additions and 1 deletions
17
plugins/openid/manifest.json
Normal file
17
plugins/openid/manifest.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"$schema": "../../packages/plugin-kit/manifest.schema.json",
|
||||
"name": "@versia/openid",
|
||||
"description": "OpenID authentication.",
|
||||
"version": "0.1.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jesse Wierzbinski",
|
||||
"email": "contact@cpluspatch.com",
|
||||
"url": "https://cpluspatch.com"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/versia-pub/server.git"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue