You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

28 lines
695 B

{
"name": "xi_master",
"version": "1.0.0",
"description": "A master music bot for our xi network discord server",
"author": "Fringe <yigit@yigitcolakoglu.com>",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"@discordjs/opus": "^0.1.0",
"cheerio": "^1.0.0-rc.3",
"discord.js": "^12.2.0",
"ffmpeg": "0.0.4",
"fluent-ffmpeg": "^2.1.2",
"googleapis": "*",
"jquery": "^3.5.1",
"jquery-rss": "^4.3.0",
"jsdom": "^16.3.0",
"node-fetch": "^2.6.0",
"node-opus": "^0.3.3",
"request": "^2.88.2",
"rss-parser": "^3.8.0",
"type": "module",
"vanilla-rss": "^1.4.0",
"ytdl-core": "^3.0.0"
}
}