{
  "name": "@near-wallet-selector/core",
  "version": "8.10.1",
  "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"
  },
  "module": "./index.js",
  "main": "./index.cjs",
  "type": "module",
  "types": "./src/index.d.ts",
  "dependencies": {
    "borsh": "1.0.0",
    "events": "3.3.0",
    "js-sha256": "0.9.0",
    "rxjs": "7.8.1"
  }
}