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.
 
 

15 lines
343 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": {
"discord.js": "^12.2.0",
"sqlite3": "^5.0.0",
"xkcd-api": "^1.2.0"
}
}