forked from ensdomains/ens-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.71 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@ensdomains/ens-contracts",
"version": "0.0.7",
"description": "ENS contracts",
"scripts": {
"test": "npx hardhat test",
"lint": "npx hardhat check",
"build": "npx hardhat compile",
"prepublishOnly": "yarn build",
"pub": "yarn publish --access public"
},
"files": [
"build/contracts/*json",
"contracts/*",
"artifacts/contracts/*/*/*.json"
],
"main": "index.js",
"devDependencies": {
"@ensdomains/dnsprovejs": "^0.3.7",
"@ensdomains/test-utils": "^1.3.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.11",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"elliptic-solidity": "^1.0.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.4",
"hardhat": "^2.6.5",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-deploy": "^0.8.11",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"hardhat-ethernal": "^0.3.10",
"hardhat-gas-reporter": "^1.0.4",
"rfc4648": "^1.5.0"
},
"resolutions": {
"ethereum-ens": "0.8.0",
"js-sha3": "0.8.0"
},
"dependencies": {
"@ensdomains/buffer": "^0.0.13",
"@ensdomains/solsha1": "0.0.3",
"@openzeppelin/contracts": "^4.1.0",
"dns-packet": "^5.3.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ensdomains/ens-contracts.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ensdomains/ens-contracts/issues"
},
"homepage": "https://github.com/ensdomains/ens-contracts#readme"
}