package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "discord-musicbot",
  3. "version": "4.0.0",
  4. "description": "Very simple discord music bot with the discord.js with Song Name playing. It can able to play music with the song name",
  5. "main": "index.js",
  6. "scripts": {
  7. "install-node-v14": "wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash && export NVM_DIR=\"$([ -z \"${XDG_CONFIG_HOME-}\" ] && printf %s \"${HOME}/.nvm\" || printf %s \"${XDG_CONFIG_HOME}/nvm\")\" && [ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" && nvm install 14 && nvm use 14",
  8. "start": "node index",
  9. "rm-logs": "rm Logs.log"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/SudhanPlayz/Discord-MusicBot.git"
  14. },
  15. "engines": {
  16. "node": "14.x"
  17. },
  18. "keywords": [
  19. "discord",
  20. "discord-bot",
  21. "discord-musicbot",
  22. "music",
  23. "discord-music"
  24. ],
  25. "author": "SudhanPlayz",
  26. "license": "SEE LICENSE IN LICENSE",
  27. "bugs": {
  28. "url": "https://github.com/SudhanPlayz/Discord-MusicBot/issues"
  29. },
  30. "homepage": "https://github.com/SudhanPlayz/Discord-MusicBot#readme",
  31. "dependencies": {
  32. "colors": "^1.4.0",
  33. "discord.js": "^12.5.3",
  34. "erela.js": "^2.3.2",
  35. "express": "^4.17.1",
  36. "express-session": "^1.17.1",
  37. "jsoning": "^0.8.15",
  38. "lavasfy": "^2.1.2",
  39. "lodash": "^4.17.21",
  40. "lyrics-finder": "^21.7.0",
  41. "mongoose": "^5.12.3",
  42. "node-fetch": "^2.6.1",
  43. "passport": "^0.4.1",
  44. "passport-discord": "^0.1.4",
  45. "pretty-ms": "^7.0.1",
  46. "socket.io": "^4.0.1",
  47. "winston": "^3.3.3"
  48. },
  49. "devDependencies": {
  50. "prettier": "2.2.1"
  51. }
  52. }