forked from pancakeswap/lottery-contract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 862 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
{
"name": "Lottery",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"build": "npx hardhat compile",
"test": "npx hardhat test",
"clean": "rm -rf artifacts && rm -rf cache && rm -rf coverage && rm -rf coverage.json && rm -rf .solcover.js && rm -rf yarn.lock",
"cover": "npx hardhat coverage",
"deploy:local": "hardhat run scripts/deploy.js"
},
"dependencies": {
"@chainlink/contracts": "0.1.6",
"@nomiclabs/hardhat-ethers": "2.0.1",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@openzeppelin/contracts": "3.4.0",
"@pancakeswap/pancake-swap-lib": "0.0.4",
"bignumber.js": "9.0.1",
"chai": "4.3.0",
"dotenv": "8.2.0",
"ethereum-waffle": "3.2.2",
"ethers": "5.0.31",
"hardhat": "2.0.11",
"hardhat-gas-reporter": "1.0.4",
"solidity-coverage": "0.7.16"
},
"devDependencies": {}
}