{
  "name": "@near-wallet-selector/modal-ui-js",
  "version": "10.1.4",
  "license": "(MIT OR Apache-2.0)",
  "description": "Modal UI package for NEAR wallet Selector",
  "keywords": [
    "near",
    "blockchain",
    "wallets",
    "dapps",
    "near-protocol",
    "near-blockchain",
    "wallet selector"
  ],
  "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/modal-ui-js",
  "dependencies": {
    "copy-to-clipboard": "3.3.3",
    "qrcode": "1.5.4",
    "@near-wallet-selector/core": "10.1.4"
  },
  "publishConfig": {
    "directory": "../../dist/packages/modal-ui-js"
  },
  "module": "./index.js",
  "main": "./index.cjs",
  "type": "module",
  "types": "./src/index.d.ts"
}