@justaname.id/hybrid-primary-name
Version:
**Hybrid Primary Name** is a Viem extension package that enables reverse ENS resolution to fetch the primary ENS name associated with a given Ethereum address. It integrates seamlessly with both Viem's `createPublicClient` and ENS's `createEnsPublicClient
37 lines (36 loc) • 743 B
JSON
{
"name": "@justaname.id/hybrid-primary-name",
"version": "0.0.7",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc",
"publish": "tsc && npm publish"
},
"publishConfig": {
"access": "public"
},
"author": "JustaName",
"repository": "https://github.com/JustaName-id/hybrid-primary-name",
"keywords": [
"ethereum",
"address",
"resolution",
"reverse",
"ens",
"off-chain"
],
"license": "ISC",
"files": [
"dist"
],
"peerDependencies": {
"@ensdomains/ensjs": "^4.0.0",
"viem": "^2.x"
},
"devDependencies": {
"typescript": "^5.7.2"
}
}