-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.19 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
{
"name": "balances-multi-call",
"version": "0.0.1",
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"lint": "solhint ./contracts/**/*.sol --fix",
"format": "prettier --config ./.prettierrc --write \"./**/*.+(js|json|sol)\"",
"lint-and-format": "npm run lint && npm run format"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.4.2",
"bignumber.js": "^9.0.1",
"chai": "^4.3.0",
"dotenv": "^8.2.0",
"erc1820-ethers-registry": "^1.1.0",
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"ethereum-waffle": "^3.2.2",
"ethers": "^5.0.31",
"hardhat": "^2.0.10",
"hardhat-gas-reporter": "^1.0.4",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.5",
"solhint": "^3.3.6",
"solpp": "^0.11.5",
"web3": "^1.3.4"
}
}