-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
34 lines (34 loc) · 960 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
{
"name": "@ensdomains/resolver",
"version": "0.3.0",
"requires": true,
"main": "index.js",
"lockfileVersion": 1,
"devDependencies": {
"@ensdomains/buffer": "^0.0.10",
"@ensdomains/dnssec-oracle": "^0.2.0",
"@ensdomains/ens": "^0.5.0",
"@ensdomains/test-utils": "^1.3.0",
"@truffle/hdwallet-provider": "^1.2.1",
"dotenv": "^8.2.0",
"eth-ens-namehash": "^2.0.8",
"eth-gas-reporter": "^0.1.2",
"openzeppelin-solidity": "3.3.0",
"solium": "^1.2.5",
"truffle": "^5.1.63",
"truffle-plugin-verify": "^0.5.4",
"web3-utils": "^1.0.0-beta.31"
},
"repository": {
"type": "git",
"url": "https://github.com/ensdomains/resolvers.git"
},
"scripts": {
"test": "truffle test",
"watch": "npm-watch",
"lint": "solium --dir ./contracts",
"prepublishOnly": "truffle compile && truffle networks --clean",
"pub": "npm run prepublishOnly && npm publish"
},
"dependencies": {}
}