{
  "name": "@meer-wallet-selector/modal-ui",
  "version": "9.9.17",
  "description": "Modal UI package for NEAR wallet Selector",
  "scripts": {
    "compile:esm": "tsc -p tsconfig.esm.json",
    "compile:cjs": "tsc -p tsconfig.cjs.json",
    "clean": "yarn rimraf dist node_modules package.tgz package",
    "publish": "yarn npm publish --access public --tolerate-republish"
  },
  "types": "./dist/esm/modal-ui/src/index.d.ts",
  "main": "./dist/cjs/modal-ui/src/index.js",
  "module": "./dist/esm/modal-ui/src/index.js",
  "type": "module",
  "dependencies": {
    "@meer-wallet-selector/core": "9.9.17",
    "copy-to-clipboard": "*",
    "qrcode": "*",
    "react": "*",
    "react-dom": "*"
  },
  "devDependencies": {
    "@types/jest": "*",
    "@types/node": "*",
    "@types/react": "*",
    "jest": "*",
    "rimraf": "*",
    "typescript": "*"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "require": "./dist/cjs/modal-ui/src/index.js",
      "import": "./dist/esm/modal-ui/src/index.js"
    }
  },
  "keywords": [
    "near",
    "blockchain",
    "wallets",
    "dapps",
    "near-protocol",
    "near-blockchain",
    "wallet selector"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mikedotexe/mallet-selector.git"
  },
  "bugs": {
    "url": "https://github.com/mikedotexe/mallet-selector/issues"
  },
  "homepage": "https://github.com/mikedotexe/mallet-selector/tree/main/packages/modal-ui"
}