UNPKG

@near-wallet-selector/my-near-wallet

Version:
41 lines 1.08 kB
{ "name": "@near-wallet-selector/my-near-wallet", "version": "10.1.4", "license": "(MIT OR Apache-2.0)", "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", "dependencies": { "@near-js/accounts": "^2.3.0", "@near-js/transactions": "^2.3.0", "@near-js/providers": "^2.3.0", "@near-js/crypto": "^2.3.0", "@near-js/utils": "^2.3.0", "borsh": "2.0.0", "@near-wallet-selector/core": "10.1.4" }, "publishConfig": { "directory": "../../dist/packages/my-near-wallet" }, "module": "./index.js", "main": "./index.cjs", "type": "module", "types": "./src/index.d.ts" }