This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.99 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"dependencies": {
"@alpacahq/alpaca-trade-api": "^2.16.1",
"@discordjs/opus": "github:discordjs/opus",
"@discordjs/voice": "^0.8.0",
"apt": "^0.0.2",
"arraybuffer-to-buffer": "^0.0.7",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"cheerio": "^1.0.0-rc.10",
"coingecko": "^1.0.0",
"coingecko-api": "^1.0.10",
"concat-stream": "^2.0.0",
"cors": "^2.8.5",
"cozy-ical": "^1.1.22",
"crypto": "^1.0.1",
"date-fns": "^2.29.2",
"date-fns-timezone": "^0.1.4",
"discord": "^0.8.2",
"discord-reply": "^0.1.2",
"discord.js": "^14.7.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"feedparser": "^2.2.10",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.0.0",
"googleapis": "^107.0.0",
"hastebin-gen": "^2.0.5",
"html-entities": "^2.3.3",
"libsodium-wrappers": "^0.7.10",
"mal-scraper": "^2.11.4",
"mongoose": "^6.3.2",
"mysql": "^2.18.1",
"node-fetch": "^2.6.7",
"node-schedule": "^2.1.1",
"node.js": "^0.0.1-security",
"npm": "^8.13.2",
"openai": "^3.0.0",
"play-dl": "^1.9.6",
"pusher": "^5.1.1-beta",
"request": "^2.88.2",
"robinhood": "^1.8.0",
"rss-parser": "^3.12.0",
"sequelize": "^6.19.0",
"sharp": "^0.31.1",
"sqlite3": "^5.0.3",
"stripe": "^9.11.0",
"sudo": "^1.0.3",
"undici": "^5.4.0",
"xml2js": "^0.4.23",
"youtube-mp3-downloader": "^0.7.10",
"ytdl-core": "^4.11.0",
"ytdl-core-discord": "^1.3.1"
},
"name": "selmerbot",
"description": "Authors: ION606, MajorDrools",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ION606/selmerBot.git"
},
"author": "ION606",
"license": "ISC",
"bugs": {
"url": "https://github.com/ION606/selmerBot/issues"
},
"homepage": "https://github.com/ION606/selmerBot#readme",
"devDependencies": {
"@types/node-fetch": "^2.6.2"
}
}