-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 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
{
"name": "tellor360monorepo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.0",
"hardhat": "^2.10.2",
"hardhat-gas-reporter": "^1.0.8"
},
"dependencies": {
"autopay": "github:tellor-io/autoPay",
"dotenv": "^16.0.2",
"polygongovernance": "github:tellor-io/governance",
"solidity-coverage": "^0.7.21",
"tellor360": "github:tellor-io/tellor360",
"tellorflex": "github:tellor-io/tellorFlex",
"usingtellor": "^5.0.0",
"web3": "^1.7.5"
},
"mocha": {}
}