2022-02-17 21:42:57 -05:00
|
|
|
{
|
2022-04-14 13:25:01 -04:00
|
|
|
"dependencies": {
|
2022-08-18 14:25:25 -07:00
|
|
|
"@alpacahq/alpaca-trade-api": "^2.16.1",
|
2022-04-14 13:25:01 -04:00
|
|
|
"@discordjs/opus": "github:discordjs/opus",
|
2022-09-27 16:45:50 -04:00
|
|
|
"@discordjs/rest": "^1.1.0",
|
2022-04-14 13:25:01 -04:00
|
|
|
"@discordjs/voice": "^0.8.0",
|
|
|
|
|
"apt": "^0.0.2",
|
2022-06-10 20:48:43 +03:00
|
|
|
"arraybuffer-to-buffer": "^0.0.7",
|
2022-04-30 21:02:11 -04:00
|
|
|
"axios": "^0.27.2",
|
2022-09-01 09:01:30 -04:00
|
|
|
"body-parser": "^1.20.0",
|
2022-04-30 21:02:11 -04:00
|
|
|
"cheerio": "^1.0.0-rc.10",
|
2022-08-18 16:29:47 -07:00
|
|
|
"coingecko-api": "^1.0.10",
|
2022-09-01 09:01:30 -04:00
|
|
|
"cors": "^2.8.5",
|
2022-10-06 12:41:15 -04:00
|
|
|
"cozy-ical": "^1.1.22",
|
2022-08-18 14:25:25 -07:00
|
|
|
"date-fns": "^2.29.2",
|
|
|
|
|
"date-fns-timezone": "^0.1.4",
|
2022-05-13 12:14:24 +03:00
|
|
|
"discord-reply": "^0.1.2",
|
2022-04-14 13:25:01 -04:00
|
|
|
"discord.js": "^13.6.0",
|
2022-09-01 09:01:30 -04:00
|
|
|
"dotenv": "^16.0.1",
|
|
|
|
|
"express": "^4.18.1",
|
2022-07-16 19:26:06 +03:00
|
|
|
"feedparser": "^2.2.10",
|
2022-04-14 13:25:01 -04:00
|
|
|
"ffmpeg": "^0.0.4",
|
|
|
|
|
"ffmpeg-static": "^5.0.0",
|
2022-09-27 16:45:50 -04:00
|
|
|
"googleapis": "^107.0.0",
|
2022-04-30 21:45:03 -04:00
|
|
|
"hastebin-gen": "^2.0.5",
|
2022-07-18 20:44:38 +03:00
|
|
|
"html-entities": "^2.3.3",
|
2022-04-30 15:51:55 -04:00
|
|
|
"libsodium-wrappers": "^0.7.10",
|
2022-05-13 22:03:05 +03:00
|
|
|
"mal-scraper": "^2.11.4",
|
2022-05-12 17:38:08 +03:00
|
|
|
"mongoose": "^6.3.2",
|
2022-05-09 10:22:33 +03:00
|
|
|
"mysql": "^2.18.1",
|
2022-12-26 14:40:50 -08:00
|
|
|
"node-fetch": "^2.6.7",
|
2022-04-14 13:25:01 -04:00
|
|
|
"node.js": "^0.0.1-security",
|
2022-07-03 19:24:13 +03:00
|
|
|
"npm": "^8.13.2",
|
|
|
|
|
"openai": "^3.0.0",
|
2022-04-30 15:51:55 -04:00
|
|
|
"play-dl": "^1.9.4",
|
2022-09-01 09:01:30 -04:00
|
|
|
"pusher": "^5.1.1-beta",
|
2022-07-16 19:26:06 +03:00
|
|
|
"request": "^2.88.2",
|
2022-08-18 14:25:25 -07:00
|
|
|
"robinhood": "^1.8.0",
|
2022-07-16 19:26:06 +03:00
|
|
|
"rss-parser": "^3.12.0",
|
2022-04-14 21:49:11 -04:00
|
|
|
"sequelize": "^6.19.0",
|
2022-10-24 20:13:15 -04:00
|
|
|
"sharp": "^0.31.1",
|
2022-04-14 21:49:11 -04:00
|
|
|
"sqlite3": "^5.0.3",
|
2022-07-08 14:21:09 +03:00
|
|
|
"stripe": "^9.11.0",
|
2022-04-30 15:51:55 -04:00
|
|
|
"sudo": "^1.0.3",
|
2022-06-10 16:19:47 +03:00
|
|
|
"undici": "^5.4.0",
|
2022-04-30 15:51:55 -04:00
|
|
|
"youtube-mp3-downloader": "^0.7.10",
|
|
|
|
|
"ytdl-core": "^4.11.0",
|
|
|
|
|
"ytdl-core-discord": "^1.3.1"
|
2022-04-14 13:25:01 -04:00
|
|
|
},
|
2022-02-17 21:42:57 -05:00
|
|
|
"name": "selmerbot",
|
2022-04-14 13:25:01 -04:00
|
|
|
"description": "Authors: ION606, MajorDrools",
|
2022-02-17 21:42:57 -05:00
|
|
|
"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"
|
|
|
|
|
},
|
2022-12-26 14:40:50 -08:00
|
|
|
"homepage": "https://github.com/ION606/selmerBot#readme",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node-fetch": "^2.6.2"
|
|
|
|
|
}
|
2022-02-17 21:42:57 -05:00
|
|
|
}
|