{
  "name": "@web3auth-mpc/no-modal",
  "version": "3.1.0",
  "description": "Multi chain wallet aggregator for web3Auth",
  "keywords": [
    "web3Auth/no-modal",
    "web3Auth",
    "multichainWallet",
    "blockchain",
    "ethereum",
    "solana"
  ],
  "main": "dist/noModal.cjs.js",
  "module": "dist/noModal.esm.js",
  "unpkg": "dist/noModal.umd.min.js",
  "jsdelivr": "dist/noModal.umd.min.js",
  "types": "dist/types/index.d.ts",
  "author": "Torus Labs",
  "homepage": "https://github.com/Web3Auth/Web3Auth/tree/master/packages/no-modal#readme",
  "license": "ISC",
  "scripts": {
    "test": "mocha --config ../../.mocharc.json test/**.ts",
    "test-debugger": "mocha --config ../../.mocharc.json --inspect-brk test/**.ts",
    "dev": "torus-scripts start",
    "build": "torus-scripts build",
    "lint": "eslint --fix 'src/**/*.ts'",
    "prepack": "npm run build",
    "pre-commit": "lint-staged --cwd ."
  },
  "files": [
    "dist",
    "src"
  ],
  "peerDependencies": {
    "@babel/runtime": "^7.x"
  },
  "dependencies": {
    "@toruslabs/openlogin": "^6.1.0",
    "@toruslabs/openlogin-jrpc": "^6.1.0",
    "@toruslabs/openlogin-utils": "^6.1.0",
    "@web3auth-mpc/base": "^3.1.0",
    "@web3auth-mpc/base-plugin": "^3.1.0",
    "@web3auth-mpc/base-provider": "^3.1.0"
  },
  "lint-staged": {
    "!(*d).ts": [
      "eslint --cache --fix",
      "prettier --write"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Web3Auth/Web3Auth.git"
  },
  "bugs": {
    "url": "https://github.com/Web3Auth/Web3Auth/issues"
  },
  "engines": {
    "node": ">=18.x",
    "npm": ">=9.x"
  },
  "gitHead": "21523c767f1c458d60c60ad6983fe949f6679c3d"
}
