-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 846 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
{
"name": "idle-smart-treasury",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^3.3.0",
"@truffle/hdwallet-provider": "^1.2.1",
"@umaprotocol/truffle-ledger-provider": "^1.0.3",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"ganache-cli": "^6.12.1",
"ganache-core": "^2.13.1",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-ledger-provider": "^1.0.3",
"web3": "^1.3.0"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.10",
"chai-bn": "^0.2.1",
"solidity-coverage": "^0.7.13",
"truffle-flattener": "^1.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}