mirror of
https://github.com/goauthentik/authentik
synced 2026-05-12 18:06:21 +02:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "@goauthentik/authentik",
|
|
"version": "2026.5.0-rc1",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "run-s lint:spellcheck lint:lockfile",
|
|
"lint:lockfile": "./scripts/lint-lockfile.mjs",
|
|
"lint:spellcheck": "echo 'Skipping spellcheck linting'"
|
|
},
|
|
"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",
|
|
"npm-run-all": "^4.1.5",
|
|
"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"
|
|
}
|
|
}
|
|
}
|