-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.3 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
43
44
45
46
47
48
49
50
51
52
{
"name": "gas_reporting",
"version": "1.0.0",
"description": "Multi Chain Collection of All Gas Price Prediction and Reporting Services and their various formats",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sambacha/gas-reporting.git"
},
"keywords": [
"ethereum",
"gwei",
"gas",
"solidity",
"blockchain"
],
"author": "SEE CONTRIBUTORS",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/sambacha/gas-reporting/issues"
},
"homepage": "https://github.com/sambacha/gas-reporting#readme",
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/core-js": "^2.5.5",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.2",
"@types/pino": "^6.3.11",
"@types/redis": "^2.8.32",
"@types/ws": "^8.2.0",
"chai": "^4.3.4",
"core-js": "^3.18.1",
"json-lint-d-ts": "^1.2.2",
"mocha": "^9.1.2",
"typescript": "^3.9.10"
},
"dependencies": {
"axios": "^0.22.0",
"bignumber.js": "^9.0.1",
"dotenv": "^10.0.0",
"fastify": "^3.22.0",
"fastify-cors": "^6.0.2",
"fastify-helmet": "^5.3.2",
"pino": "^6.13.3",
"pino-pretty": "^7.0.1",
"tslib": "^2.3.1",
"utf8": "^3.0.0"
}
}