-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 837 Bytes
/
package.json
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
{
"name": "@cgjgh/node-red-dashboard-2-authentik-auth",
"version": "1.2.3",
"description": "Dashboard Auth with Authentik",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "JH",
"license": "AGPL-3.0-or-later",
"node-red": {
"version": ">=3.1",
"plugins": {
"node-red-dashboard-2-authentik-auth": "index.js"
}
},
"keywords": [
"node-red",
"node-red-dashboard",
"authentik",
"auth",
"flowfuse",
"dashboard",
"authentication"
],
"dependencies": {
"@flowfuse/node-red-dashboard": "^1.10"
},
"engines": {
"node": ">=16.20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cgjgh/node-red-dashboard-2-authentik-auth.git"
},
"publishConfig": {
"access": "public"
}
}