Files
authentik/packages/client-ts/package.json
Marc 'risson' Schmitt ef1d0b0279 packages/client-ts: init (#21120)
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
2026-03-26 13:34:48 +01:00

22 lines
524 B
JSON

{
"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"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"sideEffects": false,
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "^4.0 || ^5.0"
}
}