@biuauth/wallet-connect-v2-adapter
Version:
wallet connect v2 adapter for web3auth
75 lines (74 loc) • 2.09 kB
JSON
{
"name": "@biuauth/wallet-connect-v2-adapter",
"version": "6.1.6",
"description": "wallet connect v2 adapter for web3auth",
"keywords": [
"@biuauth/wallet-connect-v2-adapter",
"web3auth",
"multichainWallet",
"blockchain",
"ethereum",
"walletconnect"
],
"main": "dist/walletConnectV2Adapter.cjs.js",
"module": "dist/walletConnectV2Adapter.esm.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",
"src"
],
"peerDependencies": {
"@babel/runtime": "^7.x",
"@walletconnect/sign-client": "^2.x",
"@walletconnect/types": "^2.x",
"@walletconnect/utils": "^2.x"
},
"dependencies": {
"@walletconnect/ethereum-provider": "^2.9.0",
"@walletconnect/modal": "^2.5.9",
"@web3auth/base": "^6.1.1",
"@web3auth/base-evm-adapter": "^6.1.1",
"@biuauth/ethereum-provider": "^6.1.4",
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.7",
"@walletconnect/sign-client": "^2.8.1",
"@walletconnect/types": "^2.8.1",
"@walletconnect/utils": "^2.8.1"
},
"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": ">=16.18.1",
"npm": ">=8.x"
}
}