-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1009 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
35
{
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.4",
"hardhat": "^2.9.0",
"hardhat-deploy": "^0.10.5",
"hardhat-gas-reporter": "^1.0.7",
"prettier": "^2.5.1",
"solidity-coverage": "^0.7.18"
},
"dependencies": {
"@aave/protocol-v2": "^1.0.1",
"@chainlink/contracts": "^0.4.0",
"@ethersproject/bignumber": "^5.5.0",
"@openzeppelin/contracts": "^4.5.0",
"@pinata/sdk": "^1.1.23",
"base64-sol": "^1.1.0",
"dotenv": "^16.0.0",
"fs": "^0.0.1-security",
"mime": "^3.0.0",
"nft.storage": "^6.0.1",
"path": "^0.12.7",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solhint": "^3.3.7"
},
"scripts": {
"lint": "solhint 'contracts/*.sol'",
"lint:fix": "solhint 'contracts/**/*.sol' --fix",
"format": "prettier --write ."
}
}