aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: ce094df88522a57fef047dc6a109bf476b2f41eb (plain)
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
{
  "name": "wiki-security-oidc",
  "version": "1.0.5",
  "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": "^10.0.1",
    "esbuild": "^0.28.1",
    "eslint": "^10.6.0",
    "eslint-config-prettier": "^10.1.8",
    "globals": "^17.7.0",
    "prettier": "^3.9.1"
  },
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://git.sr.ht/~rbdr/wiki-security-oidc"
  },
  "packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
  "dependencies": {
    "express-openid-connect": "^2.19.3"
  }
}