Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 from mariusbegby/dependabot/npm_and_yarn/eslin…
Browse files Browse the repository at this point in the history
…t-8.45.0
  • Loading branch information
mariusbegby authored Jul 18, 2023
2 parents 1584fbf + fe825db commit 780d6f4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 50 deletions.
10 changes: 4 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"name": "cadence-discord-bot",
"version": "2.0.0",
"description": "A free Discord music and audio bot.",
"repository": {
"type": "git",
"url": "https://github.com/mariusbegby/cadence-discord-bot"
},
"bugs": {
"url": "https://github.com/mariusbegby/cadence-discord-bot/issues"
},
"homepage": "https://github.com/mariusbegby/cadence-discord-bot#readme",
"author": {
"name": "Marius Begby",
"url": "https://github.com/mariusbegby"
},
"publisher": "mariusbegby",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index.js",
"start-pretty": "node ./src/index.js | pino-pretty",
"deploy": "node ./src/utils/deploySlashCommands.js",
"deploy-pretty": "node ./src/utils/deploySlashCommands.js | pino-pretty",
"eslint": "eslint ./"
},
"dependencies": {
"@discord-player/extractor": "^4.4.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.7.1",
"@discordjs/voice": "^0.16.0",
"discord-player": "^6.6.1",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"node-os-utils": "^1.3.7",
"pino": "^8.14.1",
"yt-stream": "^1.4.8"
},
"devDependencies": {
"eslint": "^8.44.0",
"prettier-eslint": "^15.0.1"
}
}
{
"name": "cadence-discord-bot",
"version": "2.0.0",
"description": "A free Discord music and audio bot.",
"repository": {
"type": "git",
"url": "https://github.com/mariusbegby/cadence-discord-bot"
},
"bugs": {
"url": "https://github.com/mariusbegby/cadence-discord-bot/issues"
},
"homepage": "https://github.com/mariusbegby/cadence-discord-bot#readme",
"author": {
"name": "Marius Begby",
"url": "https://github.com/mariusbegby"
},
"publisher": "mariusbegby",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index.js",
"start-pretty": "node ./src/index.js | pino-pretty",
"deploy": "node ./src/utils/deploySlashCommands.js",
"deploy-pretty": "node ./src/utils/deploySlashCommands.js | pino-pretty",
"eslint": "eslint ./"
},
"dependencies": {
"@discord-player/extractor": "^4.4.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.7.1",
"@discordjs/voice": "^0.16.0",
"discord-player": "^6.6.1",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"node-os-utils": "^1.3.7",
"pino": "^8.14.1",
"yt-stream": "^1.4.8"
},
"devDependencies": {
"eslint": "^8.45.0",
"prettier-eslint": "^15.0.1"
}
}

0 comments on commit 780d6f4

Please # to comment.