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.

18 lines
422 B

5 years ago
5 years ago
  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. "cheerio": "^1.0.0-rc.3",
  12. "cron": "^1.8.2",
  13. "discord.js": "^12.2.0",
  14. "jquery": "^3.5.1",
  15. "request": "^2.88.2",
  16. "rss-parser": "^3.8.0"
  17. }
  18. }