Files
authentik/package.json
authentik-automation[bot] 186cb61ba2 release: 2026.8.0-rc3
2026-08-03 16:50:23 +00:00

47 lines
1.5 KiB
JSON

{
"name": "@goauthentik/authentik",
"version": "2026.8.0-rc3",
"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.9.0"
},
"devEngines": {
"runtime": {
"name": "node",
"onFail": "warn",
"version": ">=24"
}
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
"prettier": "@goauthentik/prettier-config"
}