Melody/package.json
techy 4cf11afbec
Merge pull request #79 from NerdyTechy/dependabot/npm_and_yarn/eslint-8.38.0
chore(deps-dev): bump eslint from 8.37.0 to 8.38.0
2023-04-08 12:57:57 +01:00

36 lines
1.1 KiB
JSON

{
"name": "melody",
"version": "1.0.0",
"description": "Discord music bot",
"main": "src/bot.js",
"scripts": {
"test": "echo The test script is deprecated and will not start the bot in a future release. Please use 'npm run start'. && node src/bot.js",
"start": "node src/bot.js",
"format": "npx prettier --write .",
"lint": "eslint . --ext .js",
"lint:fix": "eslint . --ext .js --fix"
},
"author": "NerdyTechy",
"license": "ISC",
"dependencies": {
"@discord-player/extractor": "^4.1.2",
"@discordjs/builders": "^1.6.1",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"@discordjs/rest": "^1.7.0",
"chalk": "^4.1.2",
"date-fns": "^2.29.3",
"discord-player": "^6.1.1",
"discord.js": "^14.9.0",
"ffmpeg-static": "^5.1.0",
"https-proxy-agent": "^5.0.1",
"js-yaml": "^4.1.0",
"play-dl": "^1.9.6",
"prism-media": "^1.3.5"
},
"devDependencies": {
"eslint": "^8.38.0",
"prettier": "^2.8.7"
}
}