UNPKG

nihilomnis

Version:
60 lines (59 loc) 1.28 kB
{ "name": "nihilomnis", "version": "1.5.3", "description": "ENS-on-GitHub by NameSys", "main": "index.js", "scripts": { "start": "node index.js", "init": "node index.js init", "sign": "node index.js sign" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/SierraHeaney/nihilomnis.git", "repository": { "type": "git", "url": "https://github.com/SierraHeaney/nihilomnis.git" }, "bugs": { "url": "https://github.com/SierraHeaney/nihilomnis.git/issues" }, "keywords": [ "ens", "ccip", "ea", "autem", "dev3-eth" ], "files": [ ".gitignore", ".nojekyll", "package.json", "init.js", "publish.js", "records.example.json", "records.json", "verify.json", "utils" ], "bin": { "dev3-eth": "index.js" }, "author": "WendellHagenes", "license": "MIT", "type": "module", "dependencies": { "@ensdomains/address-encoder": "^0.2.22", "@ensdomains/content-hash": "^2.5.7", "@ethersproject/bytes": "^5.7.0", "@noble/secp256k1": "^2.0.0", "axios": "^1.6.2", "dotenv": "^16.3.1", "ethers": "^6.9.0", "fs": "^0.0.1-security", "multiformats": "^12.1.3", "path": "^0.12.7", "readline": "^1.3.0" } }