-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (41 loc) · 1.16 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
{
"name": "tellorplayground",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tellor-io/TellorPlayground.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tellor-io/TellorPlayground/issues"
},
"homepage": "https://github.com/tellor-io/TellorPlayground#readme",
"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": {}
}