-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.86 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.86 KB
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
45
46
47
48
{
"name": "usdp-contracts",
"version": "0.0.1",
"main": "index.js",
"author": "@bcngod",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"test": "truffle test",
"test:curve": "truffle test test/CDPManager_WrappedAssets.test.js test/LiquidationTrigger_WrappedAssets.test.js test/LiquidationAuction.test.js",
"test:single-point": "truffle test test/*Keep3r*.test.js test/*Wrapped*.test.js test/Li*Bearing*.test.js test/CDP*Bearing*.test.js test/LiquidationAuction.test.js test/LiquidationTrigger_Chainlink.test.js test/LiquidationTrigger_PoolToken_Chainlink.test.js",
"test:cytoken": "truffle test test/CyTokenOracle.test.js",
"test:yvtoken": "truffle test test/YvTokenOracle.test.js",
"test:wsteth": "truffle test test/WstEthOracle.test.js",
"build": "rm -rf build && truffle compile",
"coverage": "truffle run coverage",
"fast-test": "npx hardhat test"
},
"dependencies": {
"@keydonix/uniswap-oracle-contracts": "^1.0.0",
"@keydonix/uniswap-oracle-sdk": "^1.0.1",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@nomiclabs/hardhat-truffle5": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "3.4.0",
"@truffle/hdwallet-provider": "^1.5.1",
"chai": "^4.2.0",
"chai-arrays": "^2.2.0",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7",
"find-config": "^1.0.0",
"hardhat": "^2.6.4",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-local-networks-config-plugin": "0.0.6",
"openzeppelin-test-helpers": "^0.5.1",
"rlp": "^2.2.5",
"solc": "0.7.4",
"solidity-docgen": "^0.5.4",
"truffle": "^5.4.11",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-privatekey-provider": "^1.3.0"
},
"devDependencies": {
"solidity-coverage": "^0.7.9"
}
}