mirror of
https://github.com/goauthentik/authentik.git
synced 2026-08-30 18:51:39 -07:00
* ci: pin pnpm 11.20.0 everywhere Every pnpm version reference now agrees on the latest release: packageManager and the engines floor in all four manifests, and the ghcr.io/pnpm/pnpm image in both Dockerfiles. Frozen installs for the root, web, and website workspaces verified clean on 11.20.0. * Update client-ts.
38 lines
1.2 KiB
JSON
Generated
38 lines
1.2 KiB
JSON
Generated
{
|
|
"name": "@goauthentik/api",
|
|
"version": "0.0.0",
|
|
"description": "OpenAPI client for @goauthentik/api",
|
|
"author": "OpenAPI-Generator",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/goauthentik/authentik.git"
|
|
},
|
|
"scripts": {
|
|
"build": "pnpm run clean && tsc -b tsconfig.json tsconfig.esm.json",
|
|
"clean": "tsc -b --clean tsconfig.json tsconfig.esm.json",
|
|
"prepare": "pnpm run build"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"devDependencies": {
|
|
"@goauthentik/prettier-config": "^3.5.0",
|
|
"prettier": "^3.8.1",
|
|
"typescript": "^4.0 || ^5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=24",
|
|
"pnpm": ">=11.20.0"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"onFail": "warn",
|
|
"version": ">=24"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"sideEffects": false,
|
|
"module": "./src/index.ts"
|
|
}
|