@mindsorg/web3modal-angular
Version:
Web3Modal implementation for Angular
50 lines • 1.1 kB
JSON
{
"name": "@mindsorg/web3modal-angular",
"description": "Web3Modal implementation for Angular",
"version": "19.0.0",
"homepage": "https://gitlab.com/minds/web3modal-angular",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/minds/web3modal-angular.git"
},
"keywords": [
"web3",
"crypto",
"ethereum",
"web3modal",
"metamask",
"walletconnect",
"squarelink",
"portis",
"fortmatic",
"arkane",
"torus",
"authereum",
"walletlink",
"web3modal-ts",
"angular",
"web3modal-angular"
],
"author": "Minds & dOrg",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"dependencies": {
"detect-browser": "^5.3.0",
"tslib": "^2.0.0"
},
"module": "fesm2022/mindsorg-web3modal-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/mindsorg-web3modal-angular.mjs"
}
},
"sideEffects": false
}