@web3auth/auth-adapter
Version:
Auth adapter for Web3auth
65 lines (64 loc) • 1.64 kB
JSON
{
"name": "@web3auth/auth-adapter",
"version": "9.7.0",
"description": "Auth adapter for Web3auth",
"keywords": [
"web3Auth/auth-adapter",
"web3Auth",
"multichainWallet",
"blockchain",
"ethereum",
"solana"
],
"sideEffects": false,
"main": "dist/lib.cjs/index.js",
"module": "dist/lib.esm/index.js",
"unpkg": "dist/auth.umd.min.js",
"jsdelivr": "dist/auth.umd.min.js",
"types": "dist/types/index.d.ts",
"author": "Torus Labs",
"homepage": "https://github.com/Web3Auth/Web3Auth/tree/master/packages/adapters/auth-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"
],
"peerDependencies": {
"@babel/runtime": "^7.x"
},
"dependencies": {
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.7.0",
"@web3auth/base-provider": "^9.7.0",
"deepmerge": "^4.3.1"
},
"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": "dedcfa4faf7bcc60e5fa3e1b87be2c7e48c652bc"
}