UNPKG

@testcnsdomains/eth-ens-namehash

Version:

A simple module for generating ENS/CNS namehashes per spec https://github.com/ethereum/EIPs/issues/137

30 lines (29 loc) 681 B
{ "name": "@testcnsdomains/eth-ens-namehash", "version": "0.0.1", "description": "A simple module for generating ENS/CNS namehashes per spec https://github.com/ethereum/EIPs/issues/137", "main": "dist/index.js", "scripts": { "bundle": "rollup --config rollup.config.js", "test": "node test" }, "keywords": [ "CoreDao", "CNS", "CORE", "Ethereum", "ENS" ], "license": "ISC", "devDependencies": { "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.5", "idna-uts46-hx": "^3.4.0", "js-sha3": "^0.5.7", "rollup": "^2.57.0", "tape": "^4.6.3" }, "directories": { "test": "test" } }