@web3auth/web3auth
Version:
[](https://www.npmjs.com/package/@web3auth/web3auth/v/latest) [](https://bundlephobia.com/resu
66 lines (65 loc) • 1.82 kB
JSON
{
"name": "@web3auth/web3auth",
"version": "2.1.3",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"main": "dist/web3auth.cjs.js",
"module": "dist/web3auth.esm.js",
"unpkg": "dist/web3auth.umd.min.js",
"jsdelivr": "dist/web3auth.umd.min.js",
"types": "dist/types/index.d.ts",
"author": "Torus Labs",
"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": "yarn run build",
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@web3auth/base": "^2.1.3",
"@web3auth/core": "^2.1.3",
"@web3auth/metamask-adapter": "^2.1.3",
"@web3auth/openlogin-adapter": "^2.1.3",
"@web3auth/phantom-adapter": "^2.1.3",
"@web3auth/torus-evm-adapter": "^2.1.3",
"@web3auth/torus-solana-adapter": "^2.1.3",
"@web3auth/ui": "^2.1.3",
"@web3auth/wallet-connect-v1-adapter": "^2.1.3"
},
"devDependencies": {
"@svgr/webpack": "^6.4.0",
"@toruslabs/openlogin": "^2.6.1",
"css-loader": "^6.7.1",
"isomorphic-style-loader": "^5.3.2",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1"
},
"peerDependencies": {
"@babel/runtime": "7.x"
},
"files": [
"dist",
"src"
],
"lint-staged": {
"!(*d).ts": [
"eslint --cache --fix",
"prettier --write"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Web3Auth/Web3Auth.git"
},
"bugs": {
"url": "https://github.com/Web3Auth/Web3Auth/issues"
},
"keywords": [],
"publishConfig": {
"access": "public"
},
"gitHead": "1d119ce5c57eebd7e6c10f6d484505b779542a0b"
}