-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 944 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
{
"name": "decentralized-betting-chainlink",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "npx hardhat compile",
"deploy": "npx hardhat run scripts/deploy.js --network",
"etherscan-verify": "npx hardhat verify --network",
"test": "npx hardhat test",
"coverage": "npx hardhat coverage"
},
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.5",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.5",
"hardhat": "^2.6.1",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-contract-sizer": "^2.0.3",
"solc": "^0.8.14",
"solidity-coverage": "^0.7.21"
},
"dependencies": {
"@chainlink/contracts": "0.4.0",
"@openzeppelin/contracts": "^4.3.2",
"dotenv": "^10.0.0",
"hardhat-gas-reporter": "^1.0.9"
}
}