@justaname.id/hybrid-primary-name
Version:
> **This package is no longer maintained.** It will not receive updates, > bug fixes, or security patches. The repository has been archived. > Please do not use this package in new projects.
38 lines (37 loc) • 839 B
JSON
{
"name": "@justaname.id/hybrid-primary-name",
"version": "0.0.8",
"description": "",
"deprecated": "This package is no longer maintained and will not receive updates or security fixes. Do not use in new projects.",
"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"
}
}