mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
22 lines
524 B
JSON
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"
|
|
}
|
|
}
|