This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump @types/config from 3.3.0 to 3.3.1
Bumps [@types/config](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/config) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/config) --- updated-dependencies: - dependency-name: "@types/config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
5ba0ceb
commit 260e1d6
Showing
2 changed files
with
63 additions
and
63 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
{ | ||
"name": "cadence-discord-bot", | ||
"version": "5.2.1", | ||
"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 ./dist/index.js", | ||
"start-pretty": "node ./dist/index.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType", | ||
"start-pretty-no-ignore": "node ./dist/index.js | pino-pretty", | ||
"deploy": "node ./dist/utils/deploySlashCommands.js", | ||
"deploy-pretty": "node ./dist/utils/deploySlashCommands.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType", | ||
"eslint": "eslint ./src", | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@discord-player/extractor": "^4.4.2", | ||
"@discord-player/opus": "^0.1.2", | ||
"@discordjs/rest": "^2.0.1", | ||
"@distube/ytdl-core": "^4.12.1", | ||
"config": "^3.3.9", | ||
"discord-player": "^6.6.3", | ||
"discord-voip": "^0.1.2", | ||
"discord.js": "^14.13.0", | ||
"dotenv": "^16.3.1", | ||
"mediaplex": "^0.0.6", | ||
"node-os-utils": "^1.3.7", | ||
"pino": "^8.15.0", | ||
"pino-loki": "^2.1.3", | ||
"uuid": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/config": "^3.3.0", | ||
"@types/node": "^20.5.9", | ||
"@types/node-os-utils": "^1.3.1", | ||
"@types/uuid": "^9.0.3", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"eslint": "^8.48.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.2.2" | ||
} | ||
} | ||
{ | ||
"name": "cadence-discord-bot", | ||
"version": "5.2.1", | ||
"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 ./dist/index.js", | ||
"start-pretty": "node ./dist/index.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType", | ||
"start-pretty-no-ignore": "node ./dist/index.js | pino-pretty", | ||
"deploy": "node ./dist/utils/deploySlashCommands.js", | ||
"deploy-pretty": "node ./dist/utils/deploySlashCommands.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType", | ||
"eslint": "eslint ./src", | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@discord-player/extractor": "^4.4.2", | ||
"@discord-player/opus": "^0.1.2", | ||
"@discordjs/rest": "^2.0.1", | ||
"@distube/ytdl-core": "^4.12.1", | ||
"config": "^3.3.9", | ||
"discord-player": "^6.6.3", | ||
"discord-voip": "^0.1.2", | ||
"discord.js": "^14.13.0", | ||
"dotenv": "^16.3.1", | ||
"mediaplex": "^0.0.6", | ||
"node-os-utils": "^1.3.7", | ||
"pino": "^8.15.0", | ||
"pino-loki": "^2.1.3", | ||
"uuid": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/config": "^3.3.1", | ||
"@types/node": "^20.5.9", | ||
"@types/node-os-utils": "^1.3.1", | ||
"@types/uuid": "^9.0.3", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"eslint": "^8.48.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.2.2" | ||
} | ||
} |