-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 910 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
34
{
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"ethers": "^5.7.1",
"hardhat-deploy": "^0.11.15"
},
"dependencies": {
"@chainlink/contracts": "^0.4.2",
"@openzeppelin/contracts": "^4.6.0",
"dotenv": "^16.0.1",
"hardhat": "^2.11.2",
"prompt": "^1.3.0",
"save": "^2.5.0"
},
"name": "ethereum-raffle-dapp",
"version": "1.0.0",
"main": "hardhat.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moonman369/Ethereum-Raffle-DApp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/moonman369/Ethereum-Raffle-DApp/issues"
},
"homepage": "https://github.com/moonman369/Ethereum-Raffle-DApp#readme",
"description": ""
}