forked from goauthentik/authentik
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.55 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
{
"name": "@goauthentik/authentik",
"version": "2026.11.0-rc1",
"private": true,
"scripts": {
"lint": "run-s lint:runtime lint:catalogs lint:spellcheck",
"lint:catalogs": "node ./scripts/node/lint-catalogs.ts",
"lint:runtime": "node ./scripts/node/lint-runtime.mjs",
"lint:spellcheck": "cspell . --config cspell.config.jsonc"
},
"type": "module",
"imports": {
"#logger": "./packages/logger-js/lib/node.js"
},
"dependencies": {
"@eslint/js": "catalog:",
"@goauthentik/docusaurus-config": "workspace:*",
"@goauthentik/eslint-config": "workspace:*",
"@goauthentik/logger-js": "workspace:*",
"@goauthentik/prettier-config": "workspace:*",
"@goauthentik/tsconfig": "workspace:*",
"cspell": "^10.0.1",
"eslint": "catalog:",
"npm-run-all": "^4.1.5",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"prettier": "catalog:",
"prettier-plugin-packagejson": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:",
"yaml": "^2.9.0"
},
"engines": {
"node": ">=24",
"pnpm": ">=11.20.0"
},
"devEngines": {
"runtime": {
"name": "node",
"onFail": "warn",
"version": ">=24"
}
},
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
"prettier": "@goauthentik/prettier-config"
}