-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.85 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "defi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint test",
"solhint": "./node_modules/.bin/solhint -f table contracts/**/*.sol"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t4sk/defi.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/t4sk/defi/issues"
},
"homepage": "https://github.com/t4sk/defi#readme",
"dependencies": {
"@chainlink/contracts": "^0.5.1",
"@openzeppelin/contracts": "^4.3.2",
"axios": "^1.8.4",
"dotenv": "^16.0.1",
"ethereum-multicall": "^2.15.0",
"ganache-cli": "^6.12.2",
"solc": "^0.8.0",
"truffle": "^5.4.16",
"truffle-assertions": "^0.9.2",
"truffle-contract-size": "^2.0.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-truffle5": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-environment": "^0.1.2",
"@openzeppelin/test-helpers": "^0.5.4",
"bignumber.js": "^9.0.2",
"bn.js": "^5.2.0",
"buidler-gas-reporter": "^0.1.4",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"coveralls": "^3.0.2",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eth-gas-reporter": "^0.2.27",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.6.0",
"hardhat": "^2.22.16",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.8",
"mocha": "^5.2.0",
"prettier": "^2.4.1",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"solhint": "^3.4.0",
"solidity-coverage": "^0.8.7",
"web3": "^1.7.1"
}
}