forked from EthyMoney/TsukiBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"name": "tsukibot",
"version": "1.0.0",
"description": "Discord bot with cryptocurrency functionalities and more",
"main": "main.js",
"author": "Oscar Fonseca",
"repository": "https://github.com/YoloSwagDogDiggity/TsukiBot",
"license": "MIT",
"dependencies": {
"@stoqey/finnhub": "^0.2.9",
"alphavantage": "^2.2.0",
"canvas": "^2.8.0",
"ccxt": "^1.50.30",
"chalk": "^4.1.1",
"coingecko-api": "^1.0.10",
"coinmarketcap-api": "^3.1.1",
"cryptocompare": "^1.0.0",
"dblapi.js": "^2.4.1",
"didyoumean": "^1.2.1",
"discord.js": "^12.5.3",
"etherscan-api": "^10.0.5",
"express": "^4.17.1",
"fast-average-color-node": "^1.0.3",
"finnhub": "^1.2.1",
"graviex": "^1.0.0",
"jsdom": "^16.6.0",
"node-fetch": "^2.6.1",
"node-schedule": "^2.0.0",
"pg": "^8.6.0",
"pg-promise": "^10.10.2",
"pixel-diff": "^1.0.1",
"puppeteer": "^9.1.1",
"puppeteer-cluster": "^0.22.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"string": "^3.3.3",
"web3": "^1.3.6",
"ws": "^7.4.5"
}
}