-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.24 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.24 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
50
51
52
53
{
"name": "fcsapi-rest",
"version": "4.0.0",
"description": "JavaScript & Node.js REST API client for Forex, Cryptocurrency, and Stock market data from FCS API",
"main": "index.js",
"scripts": {
"test": "echo \"No tests yet\""
},
"keywords": [
"fcs",
"fcsapi",
"forex",
"cryptocurrency",
"crypto",
"stock",
"rest-api",
"market-data",
"trading",
"currency",
"exchange-rates",
"bitcoin",
"ethereum",
"javascript",
"ajax",
"nodejs"
],
"author": {
"name": "FCS API",
"email": "support@fcsapi.com",
"url": "https://fcsapi.com"
},
"license": "MIT",
"homepage": "https://github.com/fcsapi/rest-api-js",
"repository": {
"type": "git",
"url": "https://github.com/fcsapi/rest-api-js.git"
},
"bugs": {
"url": "https://github.com/fcsapi/rest-api-js/issues",
"email": "support@fcsapi.com"
},
"files": [
"index.js",
"src/FcsConfig.js",
"src/FcsApi.js",
"src/FCS_Forex.js",
"src/FCS_Crypto.js",
"src/FCS_Stock.js"
],
"engines": {
"node": ">=18.0.0"
}
}