-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
33 lines (33 loc) · 976 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
{
"name": "compound-open-oracle",
"version": "1.1.1",
"description": "The Compound Open Oracle",
"main": "index.js",
"repository": "https://github.com/compound-finance/open-oracle",
"author": "Compound Labs, Inc.",
"license": "MIT",
"dependencies": {
"bignumber.js": "^9.0.0",
"eth-saddle": "0.1.21",
"web3": "^1.2.4",
"yargs": "^15.0.2"
},
"devDependencies": {
"istanbul": "^0.4.5",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"jest-junit": "^10.0.0"
},
"scripts": {
"test": "script/test",
"coverage": "script/coverage",
"console": "npx -n --experimental-repl-await saddle console",
"compile": "npx saddle compile",
"deploy": "npx saddle deploy"
},
"resolutions": {
"**/ganache-core": "https://github.com/compound-finance/ganache-core.git#compound",
"scrypt.js": "https://registry.npmjs.org/@compound-finance/ethereumjs-wallet/-/ethereumjs-wallet-0.6.3.tgz",
"**/sha3": "^2.1.2"
}
}