-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (37 loc) · 1.06 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
{
"name": "king-of-defi",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-etherscan": "3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.24",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.4",
"hardhat": "^2.9.3",
"hardhat-abi-exporter": "^2.8.0",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@chainlink/contracts": "^0.4.0",
"@ethersproject/units": "^5.6.0",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@openzeppelin/contracts": "4.5.0",
"aigle": "^1.14.1",
"dotenv": "^16.0.0",
"hardhat-contract-sizer": "^2.5.1",
"hardhat-deploy": "^0.11.4",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"prettier": "^2.6.2"
},
"scripts": {
"test": "npx hardhat test",
"compile": "npx hardhat compile"
}
}