mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
24 lines
634 B
JSON
24 lines
634 B
JSON
{
|
|
"name": "@goauthentik/authentik",
|
|
"version": "2025.10.0-rc1",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@eslint/js": "^9.31.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
"@typescript-eslint/parser": "^8.38.0",
|
|
"eslint": "^9.31.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-packagejson": "^2.5.19",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.38.0"
|
|
},
|
|
"workspaces": [],
|
|
"prettier": "./packages/prettier-config/index.js",
|
|
"overrides": {
|
|
"format-imports": {
|
|
"eslint": "$eslint"
|
|
}
|
|
}
|
|
}
|