UNPKG

@swisstronik/sdi-react-sdk-privy

Version:

Swisstronik Digital Identity React SDK, Privy edition. Easier setup for both web3 and web2 flows. Verify once, use anywhere.

99 lines (98 loc) 2.35 kB
{ "name": "@swisstronik/sdi-react-sdk-privy", "private": false, "homepage": "https://swisstronik.com", "description": "Swisstronik Digital Identity React SDK, Privy edition. Easier setup for both web3 and web2 flows. Verify once, use anywhere.", "license": "Apache-2.0", "author": "swisstronik.com", "version": "0.3.1", "type": "module", "files": [ "build", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/SigmaGmbH/swisstronik-sdi-react-sdk.git", "directory": "packages/with-privy/" }, "keywords": [ "identity", "ID", "web3", "KYC", "Swisstronik", "EVM", "sybil resistance", "Privy", "Privy.io" ], "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./build/index.d.ts", "import": "./build/index.js" } }, "typesVersions": { "*": { "*": [ "./build/*/index.d.ts", "./build/index.d.ts" ] } }, "main": "build/index.js", "scripts": { "build:debug": "npm run build && yalc push", "build": "tsup", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "peerDependencies": { "react": ">18.0.0", "react-dom": ">18.0.0", "@privy-io/react-auth": ">2.0.0" }, "dependencies": { "@swisstronik/sdi-react-sdk": "workspace:*", "viem": "^2.23.15" }, "devDependencies": { "@eslint/js": "^9.19.0", "@types/glob": "^8.1.0", "@types/node": "^22.13.4", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@typescript-eslint/eslint-plugin": "^8.24.1", "@typescript-eslint/parser": "^8.24.1", "eslint": "^9.19.0", "eslint-plugin-compat": "^6.0.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-tailwindcss": "^3.18.0", "glob": "^11.0.1", "globals": "^15.14.0", "react": "^18.3.1", "react-dom": "^18.3.1", "tsup": "^8.4.0", "typescript": "~5.7.2", "typescript-eslint": "^8.22.0", "@privy-io/react-auth": "^2.8.2" } }