@near-wallet-selector/wallet-utils
Version:
Wallet utils package for NEAR Wallet Selector.
36 lines (35 loc) • 864 B
JSON
{
"name": "@near-wallet-selector/wallet-utils",
"version": "9.3.0",
"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",
"publishConfig": {
"directory": "../../dist/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": "9.3.0"
}
}