forked from 1inch/merkle-distribution
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "merkle-distribution",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"build-client": "graphclient build --fileType json"
},
"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": {
"@graphprotocol/client-cli": "^3.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@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",
"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-ignore-warnings": "^0.2.11",
"husky": "^8.0.2",
"keccak256": "^1.0.6",
"lint-staged": "^13.0.3",
"merkletreejs": "^0.2.32",
"mocha": "^10.4.0",
"prettier": "2.7.1",
"typescript": "^4.8.4"
},
"dependencies": {
"@openzeppelin/contracts": "^4.9.0",
"@thesis-co/solidity-contracts": "^0.0.1-dev.0",
"bignumber.js": "^9.0.2",
"ora": "5.4.1",
"simple-git": "^3.19.1"
}
}