mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* web: bump engine configs, paths. * Fix mounted references. * web: bump @types/node from 25.3.0 to 25.3.1 in /web Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.3.0 to 25.3.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix package resolution. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
40 lines
879 B
JSON
40 lines
879 B
JSON
{
|
|
"name": "@goauthentik/tsconfig",
|
|
"version": "1.0.7",
|
|
"description": "authentik's base TypeScript configuration.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/goauthentik/authentik.git",
|
|
"directory": "packages/tsconfig"
|
|
},
|
|
"scripts": {
|
|
"build": ""
|
|
},
|
|
"main": "tsconfig.json",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=24",
|
|
"npm": ">=11.10.1"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"version": ">=24",
|
|
"onFail": "warn"
|
|
},
|
|
"packageManager": {
|
|
"name": "npm",
|
|
"version": ">=11.10.1",
|
|
"onFail": "warn"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"tsconfig",
|
|
"typescript"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|