mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
a02a9bb098
Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.0.1/packages/cspell) --- updated-dependencies: - dependency-name: cspell dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
66 lines
2.1 KiB
JSON
66 lines
2.1 KiB
JSON
{
|
|
"name": "@goauthentik/authentik",
|
|
"version": "2026.8.0-rc1",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "run-s lint:runtime lint:spellcheck lint:lockfile",
|
|
"lint:lockfile": "node ./scripts/node/lint-lockfile.mjs",
|
|
"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": "^9.39.3",
|
|
"@goauthentik/docusaurus-config": "./packages/docusaurus-config",
|
|
"@goauthentik/eslint-config": "./packages/eslint-config",
|
|
"@goauthentik/logger-js": "./packages/logger-js",
|
|
"@goauthentik/prettier-config": "./packages/prettier-config",
|
|
"@goauthentik/tsconfig": "./packages/tsconfig",
|
|
"cspell": "^10.0.1",
|
|
"eslint": "^9.39.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"pino": "^10.3.1",
|
|
"pino-pretty": "^13.1.2",
|
|
"prettier": "^3.8.3",
|
|
"prettier-plugin-packagejson": "^3.0.0",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.59.3"
|
|
},
|
|
"workspaces": [],
|
|
"engines": {
|
|
"node": ">=24",
|
|
"npm": ">=11.14.1"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"onFail": "warn",
|
|
"version": ">=24"
|
|
},
|
|
"packageManager": {
|
|
"name": "npm",
|
|
"version": ">=11.14.1",
|
|
"onFail": "warn"
|
|
}
|
|
},
|
|
"packageManager": "npm@11.14.1+sha512.6a8a4d67478497a2dbc6815cad72e64c43f33413717e242756047d466241ab39bee61e691683a64658e94496ec5f1a1c05e4a5ec62dcc773280dfd949443a367",
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"overrides": {
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"typescript": "$typescript"
|
|
},
|
|
"@typescript-eslint/parser": {
|
|
"typescript": "$typescript"
|
|
},
|
|
"format-imports": {
|
|
"eslint": "$eslint"
|
|
},
|
|
"typescript-eslint": {
|
|
"typescript": "$typescript"
|
|
}
|
|
}
|
|
}
|