UNPKG

@cometh/connect-react-hooks

Version:
65 lines (64 loc) 1.39 kB
{ "name": "@cometh/connect-react-hooks", "author": "Cometh", "maintainers": [ { "name": "yoanslvy", "url": "https://twitter.com/slovaye" } ], "version": "1.0.1", "description": "React hooks Connect 4337", "repository": "https://github.com/cometh-hq/connect-sdk-4337.git", "keywords": [ "react", "hooks", "cometh", "passkeys", "erc-4337", "smart-wallet" ], "license": "ISC", "private": false, "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "type": "module", "files": [ "/dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.cjs" }, "./core": { "types": "./dist/core/index.d.ts", "import": "./dist/core/index.js", "default": "./dist/core/index.cjs" } }, "scripts": { "lint": "biome lint .", "format:check": "biome check .", "format": "biome check --apply .", "clean": "rimraf dist", "build": "tsup --splitting" }, "peerDependencies": { "viem": "^2.21.22", "react": ">=18", "wagmi": "^2" }, "devDependencies": { "@types/node": "^20", "tsup": "^8.0.2", "typescript": "^5" }, "dependencies": { "@cometh/connect-sdk-4337": "^1.0.1", "permissionless": "^0.2.23" } }