@krobinalpha/ens-namehash
Version:
A simple module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137
54 lines (53 loc) • 1.47 kB
JSON
{
"name": "@krobinalpha/ens-namehash",
"version": "1.0.7",
"description": "A simple module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "ts-node node_modules/tape/bin/tape ./test/index.test.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/worldtopcoder/ens-namehash.git"
},
"keywords": [
"Ethereum",
"dotarb",
"ENS"
],
"author": "robin holmqvist <krobinalpha@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/worldtopcoder/ens-namehash/issues"
},
"homepage": "https://github.com/worldtopcoder/ens-namehash#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^8.3.2",
"@types/react": "*",
"@types/styled-components": "^5.1.25",
"@types/tape": "^4.13.2",
"rollup": "^2.73.0",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"tape": "^5.6.1",
"typescript": "^4.1.2"
},
"directories": {
"test": "test"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@oozcitak/util": "^8.3.9",
"idna-uts46-hx": "^3.4.0",
"js-sha3": "^0.5.7",
"tslib": "^2.4.0"
}
}