mirror of
https://github.com/goauthentik/authentik
synced 2026-04-28 10:28:22 +02:00
* fix relObjId type Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix slot comments Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> * use prettier on generated ts code Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
25 lines
700 B
JSON
Generated
25 lines
700 B
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": "tsc && tsc -p tsconfig.esm.json",
|
|
"prepare": "npm run build"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"devDependencies": {
|
|
"@goauthentik/prettier-config": "^3.5.0",
|
|
"prettier": "^3.8.1",
|
|
"typescript": "^4.0 || ^5.0"
|
|
},
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"sideEffects": false,
|
|
"module": "./dist/esm/index.js"
|
|
}
|