@near-wallet-selector/wallet-utils
Version:
Wallet utils package for NEAR Wallet Selector.
40 lines • 1.07 kB
JSON
{
"name": "@near-wallet-selector/wallet-utils",
"version": "10.1.4",
"license": "(MIT OR Apache-2.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",
"dependencies": {
"@near-js/types": "^2.3.0",
"@near-js/crypto": "^2.3.0",
"@near-js/transactions": "^2.3.0",
"@near-js/utils": "^2.3.0",
"@near-js/providers": "^2.3.0",
"@near-js/signers": "^2.3.0",
"js-sha256": "^0.9.0",
"@near-wallet-selector/core": "10.1.4"
},
"publishConfig": {
"directory": "../../dist/packages/wallet-utils"
},
"module": "./index.js",
"main": "./index.cjs",
"type": "module",
"types": "./src/index.d.ts"
}