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