-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
41 lines (41 loc) · 1.01 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": "usingtellor",
"version": "5.0.5",
"main": "hardhat.config.js",
"directories": {
"test": "test"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"babel-eslint": "^10.1.0",
"chai": "^4.3.6",
"eslint": "^8.10.0",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.6.0",
"ethlint": "^1.2.5",
"hardhat": "2.11.2",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solc": "^0.8.12",
"solium": "^1.2.5"
},
"dependencies": {
"dotenv": "^16.0.1",
"eth-json-rpc-filters": "^4.2.2",
"ethereumjs-tx": "^2.1.2",
"web3": "^1.10.0",
"polygongovernance": "github:tellor-io/governance",
"tellorflex": "github:tellor-io/tellorFlex"
},
"scripts": {
"test": "npx hardhat test"
},
"repository": {
"type": "git",
"url": "https://github.com/tellor-io/usingtellor"
},
"author": "Tellor",
"license": "MIT",
"homepage": "https://github.com/tellor-io/usingtellor"
}