forked from threshold-network/merkle-distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.62 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
{
"name": "merkle-distribution",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "husky install"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"eslint --cache --fix --cache-location ./node_modules/.cache/eslint/.eslintcache",
"prettier --write --ignore-unknown"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/test-helpers": "^0.5.15",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.6.9",
"fast-check": "^2.23.2",
"graphql": "^16.5.0",
"hardhat": "^2.9.9",
"hardhat-deploy": "^0.11.1",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"hardhat-gas-reporter": "^1.0.8",
"husky": "^8.0.2",
"isomorphic-unfetch": "^3.1.0",
"keccak256": "^1.0.6",
"lint-staged": "^13.0.3",
"merkletreejs": "^0.2.32",
"prettier": "2.7.1",
"typescript": "^4.8.4"
},
"dependencies": {
"@octokit/core": "^5.0.2",
"@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf",
"@urql/core": "^2.6.0",
"axios": "^1.1.3",
"bignumber.js": "^9.0.2",
"ganache-cli": "^6.12.2",
"isomorphic-unfetch": "^3.1.0",
"node-schedule": "^2.1.1",
"ora": "5.4.1",
"simple-git": "^3.19.1",
"solidity-coverage": "^0.7.21"
}
}