Files
authentik/packages/client-ts/package.json
authentik-automation[bot] ea61e1cf3b root: bump version to 2026.8.0-rc1 (#22167)
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>
2026-05-08 17:15:32 +00:00

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"
}