forked from eosrio/hyperion-history-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 KB
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
{
"name": "hyperion-history",
"version": "2.5.0",
"description": "Scalable Full History API Solution for EOSIO based blockchains",
"main": "launcher.js",
"scripts": {
"logs": "pm2 logs Indexer",
"start:api": "pm2 start --only API --update-env",
"start:indexer": "pm2 start --only Indexer --update-env",
"postinstall": "chmod u+x run.sh stop.sh"
},
"author": {
"name": "EOS Rio",
"url": "https://eosrio.io"
},
"repository": {
"type": "git",
"url": "https://github.com/eosrio/Hyperion-History-API.git"
},
"license": "MIT",
"dependencies": {
"@elastic/elasticsearch": "^7.5.0",
"@pm2/io": "4.3.3",
"amqplib": "^0.5.5",
"async": "^3.1.0",
"async-redis": "^1.1.7",
"eosjs": "20.0.0",
"eosjs-ecc": "4.0.7",
"fastify": "^2.10.0",
"fastify-autoload": "^1.0.0",
"fastify-cors": "^3.0.0",
"fastify-elasticsearch": "^1.1.0",
"fastify-formbody": "^3.1.0",
"fastify-oas": "^2.5.0",
"fastify-plugin": "latest",
"fastify-rate-limit": "^3.0.0",
"fastify-redis": "^3.1.1",
"fastify-static": "latest",
"fastify-websocket": "^1.1.0",
"got": "^10.0.1",
"ioredis": "^4.14.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"prettyjson": "^1.2.1",
"socket.io": "^2.3.0",
"socket.io-client": "latest",
"socket.io-redis": "^5.2.0",
"ws": "^7.2.0"
}
}