-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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
{
"name": "jackpot",
"version": "1.0.0",
"description": "Duh!",
"directories": {
"test": "test"
},
"scripts": {
"test": "hardhat test"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@eth-optimism/smock": "^0.2.1-alpha.0",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@typechain/ethers-v5": "^2.0.0",
"@types/chai": "^4.2.16",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.35",
"chai": "^4.3.4",
"ethereum-waffle": "^3.1.1",
"ethers": "^5.1.0",
"hardhat": "^2.1.2",
"hardhat-deploy": "^0.7.1",
"hardhat-typechain": "^0.3.5",
"husky": "^4.3.8",
"mocha": "^7.2.0",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"typechain": "^3.0.0",
"typescript": "^4.2.3",
"web3": "^1.2.9"
},
"dependencies": {
"@chainlink/contracts": "^0.1.6",
"@chainlink/test-helpers": "^0.0.5",
"@openzeppelin/contracts": "^3.4.1",
"@openzeppelin/test-helpers": "^0.5.10"
}
}