-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 937 Bytes
/
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
{
"name": "bitmex-data-miner",
"version": "1.0.0",
"description": "Extracts trades from BitMEX and writes them to MongoDB",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/musoto96/BitMEX-Data-Miner.git"
},
"keywords": [
"bot",
"trading",
"bitmex",
"bitcoin",
"crypto"
],
"author": "Moises Soto",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/musoto96/BitMEX-Data-Miner/issues"
},
"homepage": "https://github.com/musoto96/BitMEX-Data-Miner#readme",
"dependencies": {
"crypto": "^1.0.1",
"debug": "4.2",
"dotenv": "^10.0.0",
"eventemitter2": "^6.4.3",
"lodash": "^4.17.21",
"mongoose": "^6.1.4",
"node-fetch": "^2.6.6",
"qs": "^6.10.2",
"superagent": "^6.1.0",
"winston": "^3.11.0",
"ws": "^7.3.1"
}
}