forked from cex-io-exchange/cexio-exchange-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 875 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
34
35
36
37
38
39
40
41
{
"name": "@cex-io/cexio-exchange-plus",
"version": "1.0.2",
"description": "The official Node.js client for CEX.IO Exchange Plus API",
"main": "index.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "https://github.com/cex-io-exchange/cexio-exchange-plus.git"
},
"bugs": {
"url": "https://github.com/cex-io-exchange/cexio-exchange-plus/issues"
},
"homepage": "https://github.com/cex-io-exchange/cexio-exchange-plus",
"engines": {
"node": ">=14"
},
"keywords": [
"API",
"exchange",
"real-time",
"trading",
"cryptoexchange",
"crypto",
"bitcoin",
"ethereum",
"trade"
],
"author": "cex.io",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.9",
"ws": "^8.13.0"
},
"devDependencies": {
"log4js": "^6.9.1",
"standard": "^14.3.4"
}
}