forked from hegic/contracts-v1
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 1015 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
{
"name": "hegic-contracts",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"ganache": "ganache-cli",
"coverage": "node --max-old-space-size=4096 ./node_modules/.bin/truffle run coverage --network development",
"test": "truffle test",
"lint": "prettier './**/*.js' './**/*.sol' './**/*.md' --write",
"flat": "truffle-flattener test/Import.flat > build/flat.sol"
},
"author": "",
"license": "GPLv3",
"devDependencies": {
"@openzeppelin/test-environment": "^0.1.4",
"@truffle/debug-utils": "^4.1.5",
"@truffle/hdwallet-provider": "^1.0.35",
"chai": "^4.2.0",
"ganache-cli": "^6.9.1",
"mocha": "^7.2.0",
"prettier": "^2.0.5",
"solidity-coverage": "^0.7.5",
"truffle": "5.1.46",
"truffle-flattener": "^1.4.4"
},
"dependencies": {
"@chainlink/contracts": "^0.0.3",
"@openzeppelin/contracts": "^3.0.1",
"@uniswap/v2-periphery": "^1.0.0-beta.0"
}
}