mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 08:20:58 -05:00
5763c5e89f
* Bump @octokit/rest from 19.0.13 to 20.0.1 Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 19.0.13 to 20.0.1. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v19.0.13...v20.0.1) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @discord-player/extractor from 4.3.1 to 4.4.0 Bumps [@discord-player/extractor](https://github.com/Androz2091/discord-player) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/Androz2091/discord-player/releases) - [Commits](https://github.com/Androz2091/discord-player/compare/@discord-player/extractor@4.3.1...@discord-player/extractor@4.4.0) --- updated-dependencies: - dependency-name: "@discord-player/extractor" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 20.3.2 to 20.4.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.2 to 20.4.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mongoose from 7.3.3 to 7.4.0 Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.3.3 to 7.4.0. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/7.3.3...7.4.0) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"name": "daggerbot-ts",
|
|
"description": "TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord.",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AnxietyisReal/Daggerbot-TS.git"
|
|
},
|
|
"author": "Toast",
|
|
"license": "ISC",
|
|
"os": [
|
|
"!darwin",
|
|
"win32",
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64",
|
|
"!arm64",
|
|
"!mips",
|
|
"!ia32"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.12.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "1.4.0",
|
|
"canvas": "2.11.2",
|
|
"@discord-player/extractor": "4.4.0",
|
|
"@ffmpeg-installer/ffmpeg": "1.1.0",
|
|
"@discordjs/opus": "0.9.0",
|
|
"discord-player": "6.6.0",
|
|
"discord.js": "14.11.0",
|
|
"ytdl-core": "4.11.5",
|
|
"moment": "2.29.4",
|
|
"ms": "2.1.3",
|
|
"mongoose": "7.4.0",
|
|
"systeminformation": "5.18.6",
|
|
"@octokit/rest": "20.0.1",
|
|
"@octokit/auth-token": "4.0.0",
|
|
"typescript": "5.1.6",
|
|
"xml-js": "1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ms": "0.7.31",
|
|
"@types/node": "20.4.2"
|
|
}
|
|
}
|