UNPKG

@narangcia-oss/cryptic-auth-client-react

Version:

React hooks and components for cryptic-auth authentication with seamless OAuth2 integration

61 lines (60 loc) 1.58 kB
{ "name": "@narangcia-oss/cryptic-auth-client-react", "version": "0.3.2", "description": "React hooks and components for cryptic-auth authentication with seamless OAuth2 integration", "type": "module", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "rollup -c", "prepare": "npm run build", "typecheck": "tsc --noEmit", "publish": "npm publish --access public" }, "keywords": [ "cryptic", "auth", "react", "hooks", "oauth2", "authentication", "typescript", "narangcia" ], "author": "narangcia <contact@narangcia.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/narangcia-oss/cryptic-auth-clients/Typescript/react" }, "peerDependencies": { "react": "19.1.1", "react-dom": "19.1.1" }, "dependencies": { "@narangcia-oss/cryptic-auth-client-plain-ts": "0.3.1" }, "devDependencies": { "@rollup/plugin-commonjs": "28.0.6", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "16.0.1", "@rollup/plugin-typescript": "12.1.4", "@types/react": "19.1.9", "@types/react-dom": "19.1.7", "react": "19.1.1", "react-dom": "19.1.1", "rollup": "4.46.2", "rollup-plugin-dts": "6.2.1", "rollup-plugin-peer-deps-external": "2.2.4", "tslib": "2.8.1", "typescript": "5.9.2" } }