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
|
{
"name": "wiki-security-oidc",
"version": "1.0.0",
"description": "Security plugin for Federated Wiki, using OIDC",
"main": "src/server.js",
"keywords": [
"OIDC",
"open ID connect",
"wiki",
"federated wiki",
"plugin"
],
"author": {
"name": "Rubén Beltrán del Río",
"email": "wiki@r.bdr.sh",
"url": "https://wiki.r.bdr.sh"
},
"scripts": {
"test": "node --test"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"esbuild": "^0.27.2",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"globals": "^16.5.0",
"prettier": "^3.7.4"
},
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://git.sr.ht/~rbdr/wiki-plugin-wmap"
},
"bugs": {
"url": "https://todo.sr.ht/~rbdr/wmap"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
"dependencies": {
"express-openid-connect": "^2.19.3"
}
}
|