proximity-wallet-connect
Version:
Wallet Connect package for NEAR Wallet Selector (Proximity fork with transaction fixes).
51 lines (50 loc) • 1.16 kB
JSON
{
"name": "proximity-wallet-connect",
"version": "7.9.8-proximity.32",
"type": "module",
"description": "Wallet Connect package for NEAR Wallet Selector (Proximity fork with transaction fixes).",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"src",
"assets",
"README.md",
"CHANGELOG.md"
],
"keywords": [
"near",
"blockchain",
"wallets",
"dapps",
"near-protocol",
"near-blockchain",
"wallet selector",
"wallet connect",
"proximity",
"fireblocks"
],
"repository": {
"type": "git",
"url": "https://github.com/ref-finance/wallet-selector.git"
},
"bugs": {
"url": "https://github.com/ref-finance/wallet-selector/issues"
},
"homepage": "https://github.com/ref-finance/wallet-selector/tree/main/packages/wallet-connect",
"publishConfig": {
"access": "public"
},
"dependencies": {
"bn.js": "^5.2.0",
"near-api-js": "0.44.2",
"proximity-dex-core": "7.9.8-proximity.1"
}
}