mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@goauthentik/authentik",
|
|
"version": "2025.12.4",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@goauthentik/eslint-config": "./packages/eslint-config",
|
|
"@goauthentik/prettier-config": "./packages/prettier-config",
|
|
"@goauthentik/tsconfig": "./packages/tsconfig",
|
|
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
"@typescript-eslint/parser": "^8.48.1",
|
|
"eslint": "^9.39.1",
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-packagejson": "^2.5.20",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.48.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=24",
|
|
"npm": ">=11.6.2"
|
|
},
|
|
"workspaces": [],
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"overrides": {
|
|
"format-imports": {
|
|
"eslint": "$eslint"
|
|
}
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"onFail": "warn",
|
|
"version": ">=24"
|
|
},
|
|
"packageManager": {
|
|
"name": "npm",
|
|
"onFail": "warn",
|
|
"version": ">=11.6.2"
|
|
}
|
|
}
|
|
}
|