@web5nexus/web3auth-core
Version:
Core Implementation for 1 click Web3 Social Auth Implementation for Ethereum, XDC, Bitcoin,Cosmos and other Altcoins.
65 lines (64 loc) • 1.71 kB
JSON
{
"name": "@web5nexus/web3auth-core",
"version": "0.1.48",
"description": "Core Implementation for 1 click Web3 Social Auth Implementation for Ethereum, XDC, Bitcoin,Cosmos and other Altcoins.",
"keywords": [
"XDC",
"XinFin",
"Ethereum",
"Bitcoin",
"BTC",
"ETH",
"Altcoin",
"Cosmos"
],
"author": "Jetso Analin <jetso@web5.nexus>",
"homepage": "https://github.com/web5nexus/core-sdk#readme",
"license": "MIT",
"main": "./dist/src/index.js",
"files": [
"dist/*",
"README.md"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web5nexus/core-sdk.git"
},
"scripts": {
"unbuild": "rimraf dist *.tsbuildinfo",
"build": "rimraf dist && tsc",
"format": "prettier --write \"{src,tests}/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
},
"bugs": {
"url": "https://github.com/web5nexus/core-sdk/issues"
},
"dependencies": {
"@bitgo/utxo-lib": "^8.4.0",
"@cosmjs/amino": "^0.30.1",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@iov/bcp": "^2.5.0",
"@iov/crypto": "^2.5.0",
"@iov/encoding": "^2.5.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"@web3auth/base": "^5.2.0",
"@web3auth/no-modal": "^5.2.0",
"@web3auth/openlogin-adapter": "^5.2.0",
"@web3auth/wallet-connect-v2-adapter": "^5.2.0",
"bech32": "^2.0.0",
"bip39": "^3.1.0",
"create-hash": "^1.2.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.7.1",
"web3": "^1.10.0"
},
"devDependencies": {
"@types/create-hash": "^1.2.2"
}
}