UNPKG

dellosmusic

Version:

Dellos Music Bot - Discord Music Bot

75 lines (74 loc) 1.94 kB
{ "name": "dellosmusic", "version": "0.98.8", "description": "Dellos Music Bot - Discord Music Bot", "main": "index.js", "scripts": { "test": "jest --passWithNoTests", "start": "node -r esm index", "release": "standard-version", "rm-logs": "rm Logs.log", "format": "prettier --write .", "prepare": "husky install" }, "repository": { "type": "git", "url": "https://github.com/VerkoSK/Dellos-Music.git" }, "engines": { "node": "16.20.x" }, "keywords": [ "discord", "discord-bot", "discord-musicbot", "music", "discord-music" ], "author": "Verkos", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/VerkoSK/Dellos-Music/issues" }, "homepage": "https://github.com/VerkoSK/Dellos-Music", "dependencies": { "@discordjs/core": "^1.0.0", "@discordjs/collection": "^1.5.2", "@discordjs/builders": "^1.6.4", "colors": "^1.4.0", "cpu-stat": "^2.0.1", "discord.js": "^13.2.0", "dotenv": "16.3.1", "erela.js": "^2.4.0", "erela.js-apple": "^1.2.6", "erela.js-deezer": "^1.0.7", "erela.js-facebook": "^1.0.4", "express": "^4.18.2", "express-session": "^1.17.3", "jsoning": "^0.13.23", "lavasfy": "2.3.0", "lodash": "^4.17.21", "lyrics-finder": "^21.7.0", "moment": "^2.29.4", "moment-duration-format": "^2.3.2", "mongoose": "^7.4.1", "netstat": "^0.0.2", "node-fetch": "^3.3.2", "passport": "^0.6.0", "passport-discord": "^0.1.4", "pretty-ms": "^8.0.0", "socket.io": "^4.7.1", "winston": "^3.10.0" }, "devDependencies": { "esm": "^3.2.25", "husky": "8.0.3", "jest": "^29.6.2", "lint-staged": "13.2.3", "prettier": "3.0.0", "standard-version": "^9.5.0" }, "lint-staged": { "*.{js,json,md}": "prettier --write" } }