@near-wallet-selector/my-near-wallet
Version:
My Near Wallet package for NEAR Wallet Selector.
35 lines • 895 B
JSON
{
"name": "@near-wallet-selector/my-near-wallet",
"version": "9.0.3",
"description": "My Near Wallet package for NEAR Wallet Selector.",
"keywords": [
"near",
"blockchain",
"wallets",
"dapps",
"near-protocol",
"near-blockchain",
"wallet selector",
"browser wallet",
"my near 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/my-near-wallet",
"module": "./index.js",
"main": "./index.cjs",
"type": "module",
"types": "./src/index.d.ts",
"dependencies": {
"@near-wallet-selector/core": "9.0.3",
"@near-wallet-selector/wallet-utils": "9.0.3",
"borsh": "2.0.0",
"near-api-js": "5.0.0"
},
"peerDependencies": {}
}