@web3auth-mpc/torus-evm-adapter
Version:
torus wallet adapter for web3auth
64 lines (63 loc) • 1.68 kB
JSON
{
"name": "@web3auth-mpc/torus-evm-adapter",
"version": "3.1.0",
"description": "torus wallet adapter for web3auth",
"keywords": [
"web3Auth/torus-evm-adapter",
"web3Auth",
"multichainWallet",
"blockchain",
"ethereum",
"solana"
],
"main": "dist/torusEvmAdapter.cjs.js",
"module": "dist/torusEvmAdapter.esm.js",
"unpkg": "dist/torusEvmAdapter.umd.min.js",
"jsdelivr": "dist/torusEvmAdapter.umd.min.js",
"types": "dist/types/index.d.ts",
"author": "Torus Labs",
"homepage": "https://github.com/Web3Auth/Web3Auth/tree/master/packages/adapters/torus-evm-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": {
"@toruslabs/torus-embed": "^4.0.7",
"@web3auth-mpc/base": "^3.1.0",
"@web3auth-mpc/base-evm-adapter": "^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"
}