UNPKG

@web3auth/wallet-connect-v2-adapter

Version:
76 lines (75 loc) 2.09 kB
{ "name": "@web3auth/wallet-connect-v2-adapter", "version": "9.7.0", "description": "wallet connect v2 adapter for web3auth", "keywords": [ "@web3auth/wallet-connect-v2-adapter", "web3auth", "multichainWallet", "blockchain", "ethereum", "walletconnect" ], "sideEffects": false, "main": "dist/lib.cjs/index.js", "module": "dist/lib.esm/index.js", "unpkg": "dist/walletConnectV2Adapter.umd.min.js", "jsdelivr": "dist/walletConnectV2Adapter.umd.min.js", "types": "dist/types/index.d.ts", "author": "Torus Labs", "homepage": "https://github.com/Web3Auth/Web3Auth/tree/main/packages/wallet-connect-v2-adapter#readme", "license": "ISC", "scripts": { "test": "mocha --config ../../../.mocharc.json test/**.ts", "test-debugger": "mocha --config ../../../.mocharc.json --inspect-brk test/**.ts", "dev": "torus-scripts start", "build": "torus-scripts build", "lint": "eslint --fix 'src/**/*.ts'", "prepack": "npm run build", "pre-commit": "lint-staged --cwd ." }, "files": [ "dist" ], "peerDependencies": { "@babel/runtime": "^7.x" }, "dependencies": { "@solana/web3.js": "^1.98.0", "@toruslabs/base-controllers": "^7.2.1", "@walletconnect/sign-client": "^2.18.0", "@walletconnect/types": "^2.18.0", "@walletconnect/utils": "^2.18.0", "@web3auth/auth": "^9.6.4", "@web3auth/base": "^9.7.0", "@web3auth/base-provider": "^9.7.0", "@web3auth/ethereum-provider": "^9.7.0", "@web3auth/solana-provider": "^9.7.0", "bs58": "^5.0.0", "deepmerge": "^4.3.1" }, "devDependencies": { "@types/bs58": "^4.0.4" }, "lint-staged": { "!(*d).ts": [ "eslint --cache --fix", "prettier --write" ] }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/Web3Auth/Web3Auth.git" }, "bugs": { "url": "https://github.com/Web3Auth/Web3Auth/issues" }, "engines": { "node": ">=18.x", "npm": ">=9.x" }, "gitHead": "dedcfa4faf7bcc60e5fa3e1b87be2c7e48c652bc" }