-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.09 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "coinmarketcaps-api",
"version": "1.0.4",
"description": "api for coinmarketcap",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/sttarMicroTech/coinmarketcap-api.git"
},
"keywords": [
"bitcoin",
"etherium",
"litecoin",
"dashcoin",
"binancecoin",
"exchange",
"BTC",
"USDT",
"BNB",
"SOL",
"ETH",
"RC20",
"Network",
"bitcore",
"marketcap",
"coinmarketcap",
"coinmarketcap-api",
"api",
"bitcoin",
"bitcoin-price",
"altcoins"
],
"author": "ratts13",
"license": "MIT",
"bugs": {
"url": "https://github.com/sttarMicroTech/coinmarketcap-api/issues"
},
"homepage": "https://github.com/sttarMicroTech/coinmarketcap-api#readme",
"dependencies": {
"axios": "^0.24.0",
"axios-cookiejar-support": "^2.0.3",
"socket.io": "^4.4.1",
"socket.io-cli": "^0.2.0",
"socket.io-client": "^4.4.1",
"tough-cookie": "^4.0.0",
"websocket": "^1.0.34",
"ws": "^8.4.0"
}
}