-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.39 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
{
"name": "compound-protocol",
"version": "0.2.1",
"description": "The Compound Money Market",
"main": "index.js",
"repository": "[email protected]:compound-finance/compound-protocol.git",
"author": "Compound Finance",
"license": "UNLICENSED",
"devDependencies": {
"bignumber.js": "9.0.0",
"jest-diff": "^26.4.2",
"jest-junit": "^11.1.0",
"prettier": "^1.19.0",
"solhint": "^3.3.7",
"solparse": "^2.2.8"
},
"dependencies": {
"@float-capital/solidity-coverage": "^0.7.17",
"@nomiclabs/hardhat-ethers": "npm:[email protected]",
"@solidity-parser/parser": "^0.13.2",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"chai": "^4.3.4",
"eth-saddle": "^0.1.25",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.4",
"hardhat": "^2.9.3",
"hardhat-deploy": "^0.11.10",
"hardhat-deploy-tenderly": "^0.1.1",
"hardhat-preprocessor": "^0.1.4",
"mocha": "^9.2.2",
"ts-node": "^10.7.0",
"typechain": "^8.0.0",
"solidity-coverage": "^0.7.21",
"hardhat-gas-reporter": "^1.0.8",
"typescript": "^4.7.3"
},
"resolutions": {
"scrypt.js": "https://registry.npmjs.org/@compound-finance/ethereumjs-wallet/-/ethereumjs-wallet-0.6.3.tgz",
"**/ganache-core": "github:compound-finance/ganache-core.git#jflatow/unbreak-fork"
}
}