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

  1. {
  2. "name": "xi_master",
  3. "version": "1.0.0",
  4. "description": "A master music bot for our xi network discord server",
  5. "author": "Fringe <yigit@yigitcolakoglu.com>",
  6. "main": "main.js",
  7. "scripts": {
  8. "start": "node main.js"
  9. },
  10. "dependencies": {
  11. "discord.js": "^12.2.0",
  12. "sqlite3": "^5.0.0",
  13. "xkcd-api": "^1.2.0"
  14. }
  15. }