{
  "name": "@openiap/nodebb-plugin-sso-oidc",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.0.25",
  "description": "NodeBB Plugin that allows users to login/register via their OpenID Connect account.",
  "main": "library.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Alexkin2609/nodebb-plugin-sso-oidc"
  },
  "keywords": [
    "OpenID",
    "SSO",
    "NodeBB",
    "oidc"
  ],
  "author": "Alexkin Skywalker",
  "license": "ISC",
  "dependencies": {
    "openid-client": "^3.12.2",
    "passport-openidconnect": "0.0.2"
  },
  "nbbpm": {
    "compatibility": "^1.7.1"
  }
}
