-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
35 lines (35 loc) · 943 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@ensdomains/eth-ens-namehash",
"version": "2.0.15",
"description": "A simple module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137",
"main": "dist/index.js",
"scripts": {
"bundle": "rollup --config rollup.config.js",
"test": "node test"
},
"repository": {
"type": "git",
"url": "https://github.com/ensdomains/eth-ens-namehash.git"
},
"keywords": [
"Ethereum",
"ENS"
],
"author": "Dan Finlay <dan@danfinlay.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ensdomains/eth-ens-namehash/issues"
},
"homepage": "https://github.com/ensdomains/eth-ens-namehash#readme",
"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"
}
}