UNPKG

@zitadel/react

Version:

Wraps oidc-client-ts to provide a simple interface for ZITADEL

41 lines (40 loc) 835 B
{ "name": "@zitadel/react", "version": "1.0.5", "description": "Wraps oidc-client-ts to provide a simple interface for ZITADEL", "homepage": "https://zitadel.com/docs/examples/login/react", "bugs": { "url": "https://github.com/zitadel/zitadel-react/issues" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc" }, "keywords": [ "ZITADEL", "React", "authN", "authZ", "OIDC", "IAM" ], "files": [ "/dist" ], "author": "Max Peintner, <max@zitadel.com>", "license": "MIT", "dependencies": { "oidc-client-ts": "^2.4.0" }, "devDependencies": { "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/zitadel/zitadel-react.git" } }