mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
18 lines
513 B
JSON
18 lines
513 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/versia-pub/server/refs/heads/main/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"
|
|
}
|
|
}
|