@near-wallet-selector/wallet-utils
Version:
Wallet utils package for NEAR Wallet Selector.
32 lines • 787 B
JSON
{
"name": "@near-wallet-selector/wallet-utils",
"version": "8.10.1",
"description": "Wallet utils package for NEAR Wallet Selector.",
"keywords": [
"near",
"blockchain",
"wallets",
"dapps",
"near-protocol",
"near-blockchain",
"wallet selector"
],
"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-utils",
"peerDependencies": {
"near-api-js": "^4.0.0 || ^5.0.0"
},
"module": "./index.js",
"main": "./index.cjs",
"type": "module",
"types": "./src/index.d.ts",
"dependencies": {
"@near-wallet-selector/core": "8.10.1"
}
}