UNPKG

@web3auth/metamask-adapter

Version:
64 lines (63 loc) 1.67 kB
{ "name": "@web3auth/metamask-adapter", "version": "7.2.0", "description": "metamask wallet adapter for web3auth", "keywords": [ "web3Auth/metamask-adapter", "web3Auth", "multichainWallet", "blockchain", "ethereum", "metamask" ], "main": "dist/metamaskAdapter.cjs.js", "module": "dist/metamaskAdapter.esm.js", "unpkg": "dist/metamaskAdapter.umd.min.js", "jsdelivr": "dist/metamaskAdapter.umd.min.js", "types": "dist/types/index.d.ts", "author": "Torus Labs", "homepage": "https://github.com/Web3Auth/Web3Auth/tree/master/packages/adapters/metamask-adapter#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": { "@metamask/detect-provider": "^2.0.0", "@web3auth/base": "^7.2.0", "@web3auth/base-evm-adapter": "^7.2.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": "a62c8515eeff43cd0ee26bd5d20e1945a96395bf" }