-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ep_openid_connect",
"version": "3.0.13",
"description": "Etherpad plugin to authenticate users against an OpenID Connect provider.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ether/ether-plugins.git"
},
"license": "MIT",
"keywords": [
"OAuth",
"OpenID Connect",
"auth",
"authentication",
"ep",
"etherpad",
"oidc",
"plugin"
],
"bugs": {
"url": "https://github.com/ether/ether-plugins/issues"
},
"homepage": "https://github.com/ether/ether-plugins/tree/main/ep_openid_connect#readme",
"dependencies": {
"ether-node-openid-client": "^6.0.2",
"ajv": "^8.18.0",
"openid-client": "^5.1.5"
},
"devDependencies": {
"eslint": "catalog:",
"eslint-config-etherpad": "catalog:",
"oidc-provider": "catalog:",
"supertest": "catalog:",
"typescript": "catalog:"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"engines": {
"node": ">=20.0.0"
}
}