Files

71 lines
1.9 KiB
JSON
Raw Permalink Normal View History

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",
"@discordjs/rest": "^1.1.0",
2022-04-14 13:25:01 -04:00
"@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",
2022-08-18 16:29:47 -07:00
"coingecko-api": "^1.0.10",
"cors": "^2.8.5",
"cozy-ical": "^1.1.22",
2022-08-18 14:25:25 -07:00
"date-fns": "^2.29.2",
"date-fns-timezone": "^0.1.4",
"discord-reply": "^0.1.2",
2022-04-14 13:25:01 -04:00
"discord.js": "^13.6.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"feedparser": "^2.2.10",
2022-04-14 13:25:01 -04:00
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.0.0",
"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",
"mal-scraper": "^2.11.4",
"mongoose": "^6.3.2",
2022-05-09 10:22:33 +03:00
"mysql": "^2.18.1",
"node-fetch": "^2.6.7",
2022-04-14 13:25:01 -04:00
"node.js": "^0.0.1-security",
"npm": "^8.13.2",
"openai": "^3.0.0",
2022-04-30 15:51:55 -04:00
"play-dl": "^1.9.4",
"pusher": "^5.1.1-beta",
"request": "^2.88.2",
2022-08-18 14:25:25 -07:00
"robinhood": "^1.8.0",
"rss-parser": "^3.12.0",
2022-04-14 21:49:11 -04:00
"sequelize": "^6.19.0",
"sharp": "^0.31.1",
2022-04-14 21:49:11 -04:00
"sqlite3": "^5.0.3",
"stripe": "^9.11.0",
2022-04-30 15:51:55 -04:00
"sudo": "^1.0.3",
"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"
},
"homepage": "https://github.com/ION606/selmerBot#readme",
"devDependencies": {
"@types/node-fetch": "^2.6.2"
}
2022-02-17 21:42:57 -05:00
}