refactor(plugin): ♻️ Move plugin manifests to json file, add JSON schema

This commit is contained in:
Jesse Wierzbinski 2024-09-23 10:34:14 +02:00
parent 3bcb7225bf
commit f623f2c1a0
No known key found for this signature in database
7 changed files with 111 additions and 1 deletions

View 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"
}
}