UNPKG

@near-wallet-selector/core

Version:

This is the core package for NEAR Wallet Selector.

40 lines (39 loc) 931 B
{ "name": "@near-wallet-selector/core", "version": "9.3.0", "description": "This is the core package for NEAR Wallet Selector.", "keywords": [ "near", "blockchain", "wallets", "dapps", "near-protocol", "near-blockchain", "wallet selector core" ], "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/core", "peerDependencies": { "near-api-js": "^4.0.0 || ^5.0.0" }, "publishConfig": { "directory": "../../dist/packages/core" }, "module": "./index.js", "main": "./index.cjs", "type": "module", "types": "./src/index.d.ts", "dependencies": { "@near-js/signers": "2.1.0", "borsh": "2.0.0", "events": "3.3.0", "js-sha256": "0.9.0", "rxjs": "7.8.1" } }