-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.36 KB
/
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
34
35
36
{
"name": "hardhat-smartcontract-lottery",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:mp-web3/hardhat-smartcontract-lottery.git",
"author": "mp-web3 <mp.web3.t@gmail.com>",
"license": "MIT",
"devDependencies": {
"@chainlink/contracts": "1.2.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"@nomiclabs/hardhat-solhint": "^4.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/sinon-chai": "^3.2.3",
"chai": "^4.2.0",
"dotenv": "^16.4.5",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.7.0",
"hardhat": "^2.22.10",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.12.4",
"hardhat-gas-reporter": "^1.0.8",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.4.1",
"solidity-coverage": "^0.8.0",
"typechain": "^8.3.0"
},
"scripts": {
"pick": "yarn hardhat run scripts/mockOffChain.js --network localhost",
"enter": "yarn hardhat run scripts/enterRaffle.js --network localhost"
}
}