-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "wallets",
"version": "1.0.0",
"description": "chain agnostic multisig",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tellor-io/wallets.git"
},
"author": "Tellor Inc",
"license": "ISC",
"bugs": {
"url": "https://github.com/tellor-io/wallets/issues"
},
"homepage": "https://github.com/tellor-io/wallets#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"coveralls": "^3.1.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"hardhat": "^2.8.3",
"hardhat-gas-reporter": "^1.0.7",
"node-fetch-polyfill": "^2.0.6",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19"
},
"dependencies": {
"@ethersproject/abi": "^5.4.0",
"@openzeppelin/contracts": "^4.4.0",
"dotenv": "^10.0.0",
"hardhat-contract-sizer": "^2.0.3",
"solidity-coverage": "^0.7.17",
"web3": "^1.6.1"
}
}