| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "discord-musicbot",
- "version": "4.0.0",
- "description": "Very simple discord music bot with the discord.js with Song Name playing. It can able to play music with the song name",
- "main": "index.js",
- "scripts": {
- "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",
- "start": "node index",
- "rm-logs": "rm Logs.log"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/SudhanPlayz/Discord-MusicBot.git"
- },
- "engines": {
- "node": "14.x"
- },
- "keywords": [
- "discord",
- "discord-bot",
- "discord-musicbot",
- "music",
- "discord-music"
- ],
- "author": "SudhanPlayz",
- "license": "SEE LICENSE IN LICENSE",
- "bugs": {
- "url": "https://github.com/SudhanPlayz/Discord-MusicBot/issues"
- },
- "homepage": "https://github.com/SudhanPlayz/Discord-MusicBot#readme",
- "dependencies": {
- "colors": "^1.4.0",
- "discord.js": "^12.5.3",
- "erela.js": "^2.3.2",
- "express": "^4.17.1",
- "express-session": "^1.17.1",
- "jsoning": "^0.8.15",
- "lavasfy": "^2.1.2",
- "lodash": "^4.17.21",
- "lyrics-finder": "^21.7.0",
- "mongoose": "^5.12.3",
- "node-fetch": "^2.6.1",
- "passport": "^0.4.1",
- "passport-discord": "^0.1.4",
- "pretty-ms": "^7.0.1",
- "socket.io": "^4.0.1",
- "winston": "^3.3.3"
- },
- "devDependencies": {
- "prettier": "2.2.1"
- }
- }
|