@web3auth/no-modal
Version:
Multi chain wallet aggregator for web3Auth
80 lines (79 loc) • 2.07 kB
JSON
{
"name": "@web3auth/no-modal",
"version": "9.7.0",
"description": "Multi chain wallet aggregator for web3Auth",
"keywords": [
"web3Auth/no-modal",
"web3Auth",
"multichainWallet",
"blockchain",
"ethereum",
"solana"
],
"sideEffects": false,
"main": "dist/lib.cjs/index.js",
"module": "dist/lib.esm/index.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"
],
"peerDependencies": {
"@babel/runtime": "^7.x",
"@web3auth/auth-adapter": "^9.x",
"@web3auth/wallet-connect-v2-adapter": "^9.x"
},
"dependencies": {
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.7.0",
"@web3auth/base-provider": "^9.7.0",
"deepmerge": "^4.3.1"
},
"devDependencies": {
"@web3auth/account-abstraction-provider": "^9.7.0",
"@web3auth/auth-adapter": "^9.7.0",
"@web3auth/wallet-connect-v2-adapter": "^9.7.0"
},
"peerDependenciesMeta": {
"@web3auth/auth-adapter": {
"optional": true
},
"@web3auth/wallet-connect-v2-adapter": {
"optional": true
}
},
"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"
}