@near-wallet-selector/wallet-connect
Version:
Wallet Connect package for NEAR Wallet Selector.
46 lines • 1.31 kB
JSON
{
"name": "@near-wallet-selector/wallet-connect",
"version": "10.1.4",
"license": "(MIT OR Apache-2.0)",
"description": "Wallet Connect package for NEAR Wallet Selector.",
"keywords": [
"near",
"blockchain",
"wallets",
"dapps",
"near-protocol",
"near-blockchain",
"wallet selector",
"injected wallet",
"sender wallet"
],
"repository": {
"type": "git",
"url": "https://github.com/near/wallet-selector.git"
},
"bugs": {
"url": "https://github.com/near/wallet-selector/issues"
},
"homepage": "https://github.com/near/wallet-selector/tree/main/packages/wallet-connect",
"dependencies": {
"@near-js/crypto": "^2.3.0",
"@near-js/keystores": "^2.3.0",
"@near-js/keystores-browser": "^2.3.0",
"@near-js/signers": "^2.3.0",
"@near-js/transactions": "^2.3.0",
"@near-js/types": "^2.3.0",
"@near-js/utils": "^2.3.0",
"@walletconnect/modal": "2.7.0",
"@walletconnect/sign-client": "2.21.2",
"@walletconnect/types": "2.21.10",
"@near-wallet-selector/core": "10.1.4",
"@near-wallet-selector/wallet-utils": "10.1.4"
},
"publishConfig": {
"directory": "../../dist/packages/wallet-connect"
},
"module": "./index.js",
"main": "./index.cjs",
"type": "module",
"types": "./src/index.d.ts"
}