forked from compound-finance/compound-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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": "compound-protocol",
"version": "0.2.1",
"description": "The Compound Protocol",
"main": "index.js",
"scripts": {
"console": "./script/console",
"coverage": "./script/coverage",
"deploy": "./scenario/script/repl -s ./script/scen/deploy.scen",
"lint": "./script/lint",
"repl": "./scenario/script/repl",
"scenario": "./script/scenario",
"test": "./script/test"
},
"repository": "[email protected]:compound-finance/compound-protocol.git",
"author": "Compound Finance",
"license": "UNLICENSED",
"devDependencies": {
"bignumber.js": "8.0.1",
"ganache-cli": "^6.3.0",
"immutable": "^4.0.0-rc.12",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi-reporters": "^1.1.7",
"request": "^2.88.0",
"solc": "0.5.8",
"solidity-coverage": "^0.6.3",
"solparse": "^2.2.8",
"truffle-config": "^1.1.17",
"truffle-flattener": "^1.3.0",
"truffle-resolver": "^5.0.0",
"web3": "^1.2.0"
},
"dependencies": {
"ethlint": "^1.2.2",
"truffle": "^5.0.30",
"truffle-hdwallet-provider": "1.0.5"
}
}