forked from eosrio/hyperion-history-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 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
{
"name": "hyperion-history",
"version": "2.0.0",
"description": "Scalable Full History API Solution for EOSIO based blockchains",
"main": "launcher.js",
"scripts": {
"start:indexer": "pm2 start --only Indexer --update-env",
"start:api": "pm2 start --only API --update-env",
"logs": "pm2 logs Indexer"
},
"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.4.0",
"@pm2/io": "^4.3.2",
"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": "^2.2.0",
"fastify-elasticsearch": "^1.1.0",
"fastify-formbody": "^3.1.0",
"fastify-oas": "^2.5.0",
"fastify-plugin": "latest",
"fastify-rate-limit": "^2.4.0",
"fastify-redis": "^3.1.1",
"fastify-websocket": "^0.6.0",
"got": "^9.6.0",
"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"
}
}