mirror of
https://github.com/goauthentik/authentik
synced 2026-05-14 19:06:39 +02:00
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
26 lines
791 B
JSON
Generated
26 lines
791 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": "npm run clean && tsc -b tsconfig.json tsconfig.esm.json",
|
|
"clean": "tsc -b --clean tsconfig.json 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"
|
|
}
|