UNPKG

@near-wallet-selector/meteor-wallet

Version:
37 lines 960 B
{ "name": "@near-wallet-selector/meteor-wallet", "version": "10.1.4", "license": "(MIT OR Apache-2.0)", "description": "Meteor wallet package for NEAR Wallet Selector.", "keywords": [ "near", "blockchain", "wallets", "dapps", "near-protocol", "near-blockchain", "wallet selector", "injected wallet", "meteor 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/meteor-wallet", "dependencies": { "@meteorwallet/sdk": "1.0.24", "@near-js/keystores-browser": "2.3.0", "@near-wallet-selector/core": "10.1.4" }, "publishConfig": { "directory": "../../dist/packages/meteor-wallet" }, "module": "./index.js", "main": "./index.cjs", "type": "module", "types": "./src/index.d.ts" }