-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1013 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 1013 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
42
43
44
45
46
47
{
"name": "fcsapi-websocket",
"version": "4.0.0",
"description": "JavaScript & Node.js WebSocket client for real-time Forex, Cryptocurrency, and Stock market data from FCS API",
"main": "fcs-client-lib.js",
"browser": "fcs-client-lib.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fcsapi/websocket-js.git"
},
"keywords": [
"websocket",
"forex",
"cryptocurrency",
"crypto",
"stock",
"real-time",
"trading",
"finance",
"fcs",
"fcsapi",
"market-data",
"bitcoin",
"ethereum",
"currency",
"exchange",
"javascript",
"nodejs",
"browser"
],
"author": "FCS API <support@fcsapi.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fcsapi/websocket-js/issues"
},
"homepage": "https://fcsapi.com",
"dependencies": {
"ws": "^8.14.0"
},
"devDependencies": {},
"engines": {
"node": ">=12.0.0"
}
}