-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.39 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
{
"name": "multi-event-example",
"version": "1.0.0",
"description": "Example to show problems with Waffle",
"directories": {
"test": "tests"
},
"engines": {
"node": ">=10"
},
"scripts": {
"compile": "TS_NODE_TRANSPILE_ONLY=1 npx hardhat compile",
"test": "npx hardhat test --parallel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julianmrodri/multi-event-example.git"
},
"author": "julianmrodri",
"license": "BlueOak-1.0.0",
"homepage": "https://github.com/julianmrodri/multi-event-example#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^7.2.0",
"@typechain/hardhat": "^2.3.1",
"@types/big.js": "^6.1.3",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^12.20.37",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"hardhat": "^2.9.1",
"husky": "^7.0.0",
"ts-node": "^10.4.0",
"typechain": "^5.2.0",
"typescript": "^4.4.2"
},
"resolutions": {
"@solidity-parser/parser": "^0.13.2"
},
"packageManager": "[email protected]"
}