-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "lottery-smart-contract",
"version": "0.1.7",
"description": "lottery dapp",
"directories": {
"test": "test"
},
"scripts": {
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yan-man/lottery-smart-contract.git"
},
"keywords": [
"hardhat",
"ethereum"
],
"author": "Yan Man",
"license": "",
"bugs": {
"url": "https://github.com/yan-man/lottery-smart-contract/issues"
},
"homepage": "https://github.com/yan-man/lottery-smart-contract#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.0",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.44",
"chai": "^4.3.6",
"ethereum-waffle": "^3.1.1",
"ethers": "^5.0.0",
"hardhat": "^2.3.0",
"husky": "^4.2.5",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"ts-node": "^10.8.1",
"typechain": "^8.1.0",
"typescript": "^4.7.3"
},
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"@solidity-parser/parser": "^0.14.1",
"hardhat-contract-sizer": "^2.5.1",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-watcher": "^2.3.0",
"solidity-coverage": "^0.7.21"
}
}