idquia
Version:
Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul
39 lines (38 loc) • 967 B
JSON
{
"name": "@web3-onboard/unstoppable-resolution",
"version": "2.0.2",
"description": "Adds Unstoppable Domain resolution for a wallet address, similar to ENS resolution",
"keywords": [
"Unstoppable Domain",
"Ethereum",
"Polygon"
],
"repository": {
"type": "git",
"url": "https://github.com/blocknative/web3-onboard.git",
"directory": "packages/unstoppable-resolution"
},
"homepage": "https://onboard.blocknative.com",
"bugs": "https://github.com/blocknative/web3-onboard/issues",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"browser": "dist/index.js",
"main": "dist/index.js",
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"type-check": "tsc --noEmit"
},
"license": "MIT",
"devDependencies": {
"@web3-onboard/common": "^2.3.3",
"typescript": "^4.5.5"
},
"dependencies": {
"@unstoppabledomains/resolution": "^8.0"
}
}