-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 873 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 873 Bytes
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
{
"name": "eosdac-api",
"version": "1.0.0",
"main": "index.js",
"author": "<michael@eosdac.io>",
"license": "MIT",
"dependencies": {
"@eosdacio/eosio-statereceiver": "^1.0.4",
"@jafri/eosjs2": "^20.0.1-e34c16e.170",
"@shelf/winston-datadog-logs-transport": "^1.0.7",
"amqplib": "^0.5.3",
"array-xor": "^0.1.1",
"commander": "^2.19.0",
"dirty-json": "^0.7.0",
"elasticsearch": "^15.3.0",
"fastify": "^2.0.1",
"fastify-autoload": "^0.6.0",
"fastify-cors": "^2.1.3",
"fastify-mongodb": "^1.0.1",
"fastify-oas": "^2.0.0-rc.4",
"int64-buffer": "^0.99.1007",
"mongodb": "^3.1",
"nan": "^2.4.0",
"node-fetch": "^2.2.0",
"node-ipc": "^9.1.1",
"path": "^0.12.7",
"text-encoding": "^0.6.4",
"websocket": "^1.0.30",
"winston": "^3.2.1",
"ws": "^6.0.0",
"zlib": "^1.0.5"
}
}