1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -04:00
Daggerbot-TS/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

2022-11-11 16:33:37 -05:00
{
"name": "daggerbot-ts",
"description": "TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord.",
2023-04-14 06:47:58 -04:00
"main": "dist/index.js",
"type": "module",
2023-08-06 03:52:45 -04:00
"homepage": "https://github.com/AnxietyisReal/Daggerbot-TS",
2022-11-11 16:33:37 -05:00
"repository": {
"type": "git",
"url": "git+https://github.com/AnxietyisReal/Daggerbot-TS.git"
},
"author": "Toast",
"license": "ISC",
"os": [
"win32",
2023-08-06 03:52:45 -04:00
"linux",
"!darwin"
2022-11-11 16:33:37 -05:00
],
"cpu": [
"x64",
"!arm64",
2022-11-11 16:33:37 -05:00
"!mips",
"!ia32"
],
"engines": {
2023-08-06 03:52:45 -04:00
"node": ">=18.17.0",
2023-08-27 06:27:16 -04:00
"yarn": ">=3.6.1",
"npm": "please use yarn instead of npm"
2022-11-11 19:58:11 -05:00
},
2023-09-01 00:32:11 -04:00
"engineStrict": true,
2023-08-24 21:47:39 -04:00
"packageManager": "yarn@3.6.3",
2022-11-11 19:58:11 -05:00
"dependencies": {
Combined Dependabot PR (#36) * Bump systeminformation from 5.21.4 to 5.21.5 Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.21.4 to 5.21.5. - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.21.4...v5.21.5) --- updated-dependencies: - dependency-name: systeminformation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @discord-player/extractor from 4.4.3 to 4.4.4 Bumps [@discord-player/extractor](https://github.com/Androz2091/discord-player) from 4.4.3 to 4.4.4. - [Release notes](https://github.com/Androz2091/discord-player/releases) - [Commits](https://github.com/Androz2091/discord-player/compare/@discord-player/extractor@4.4.3...@discord-player/extractor@4.4.4) --- updated-dependencies: - dependency-name: "@discord-player/extractor" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump libsodium-wrappers from 0.7.11 to 0.7.13 Bumps [libsodium-wrappers](https://github.com/jedisct1/libsodium.js) from 0.7.11 to 0.7.13. - [Commits](https://github.com/jedisct1/libsodium.js/compare/0.7.11...0.7.13) --- updated-dependencies: - dependency-name: libsodium-wrappers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 20.6.0 to 20.6.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.0 to 20.6.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-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mongoose from 7.5.0 to 7.5.2 Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.5.0 to 7.5.2. - [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.5.0...7.5.2) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... 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>
2023-09-17 23:54:25 -04:00
"@discord-player/extractor": "4.4.4",
2023-06-24 13:47:42 -04:00
"@discordjs/opus": "0.9.0",
2023-08-06 03:52:45 -04:00
"@octokit/auth-token": "4.0.0",
"@octokit/rest": "20.0.1",
"canvas": "2.11.2",
Combined Dependabot PR (#40) * Bump systeminformation from 5.21.5 to 5.21.8 Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.21.5 to 5.21.8. - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.21.5...v5.21.8) --- updated-dependencies: - dependency-name: systeminformation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 20.6.2 to 20.6.3 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.2 to 20.6.3. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump discord-player from 6.6.3 to 6.6.4 Bumps [discord-player](https://github.com/Androz2091/discord-player) from 6.6.3 to 6.6.4. - [Release notes](https://github.com/Androz2091/discord-player/releases) - [Commits](https://github.com/Androz2091/discord-player/compare/discord-player@6.6.3...discord-player@6.6.4) --- updated-dependencies: - dependency-name: discord-player dependency-type: direct:production update-type: version-update:semver-patch ... 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>
2023-09-22 11:28:09 -04:00
"discord-player": "6.6.4",
2023-08-18 07:22:36 -04:00
"discord.js": "14.13.0",
Combined Dependabot PR (#36) * Bump systeminformation from 5.21.4 to 5.21.5 Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.21.4 to 5.21.5. - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.21.4...v5.21.5) --- updated-dependencies: - dependency-name: systeminformation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @discord-player/extractor from 4.4.3 to 4.4.4 Bumps [@discord-player/extractor](https://github.com/Androz2091/discord-player) from 4.4.3 to 4.4.4. - [Release notes](https://github.com/Androz2091/discord-player/releases) - [Commits](https://github.com/Androz2091/discord-player/compare/@discord-player/extractor@4.4.3...@discord-player/extractor@4.4.4) --- updated-dependencies: - dependency-name: "@discord-player/extractor" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump libsodium-wrappers from 0.7.11 to 0.7.13 Bumps [libsodium-wrappers](https://github.com/jedisct1/libsodium.js) from 0.7.11 to 0.7.13. - [Commits](https://github.com/jedisct1/libsodium.js/compare/0.7.11...0.7.13) --- updated-dependencies: - dependency-name: libsodium-wrappers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 20.6.0 to 20.6.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.0 to 20.6.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-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mongoose from 7.5.0 to 7.5.2 Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.5.0 to 7.5.2. - [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.5.0...7.5.2) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... 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>
2023-09-17 23:54:25 -04:00
"libsodium-wrappers": "0.7.13",
2022-11-11 19:58:11 -05:00
"moment": "2.29.4",
Combined Dependabot PR (#36) * Bump systeminformation from 5.21.4 to 5.21.5 Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.21.4 to 5.21.5. - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.21.4...v5.21.5) --- updated-dependencies: - dependency-name: systeminformation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @discord-player/extractor from 4.4.3 to 4.4.4 Bumps [@discord-player/extractor](https://github.com/Androz2091/discord-player) from 4.4.3 to 4.4.4. - [Release notes](https://github.com/Androz2091/discord-player/releases) - [Commits](https://github.com/Androz2091/discord-player/compare/@discord-player/extractor@4.4.3...@discord-player/extractor@4.4.4) --- updated-dependencies: - dependency-name: "@discord-player/extractor" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump libsodium-wrappers from 0.7.11 to 0.7.13 Bumps [libsodium-wrappers](https://github.com/jedisct1/libsodium.js) from 0.7.11 to 0.7.13. - [Commits](https://github.com/jedisct1/libsodium.js/compare/0.7.11...0.7.13) --- updated-dependencies: - dependency-name: libsodium-wrappers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 20.6.0 to 20.6.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.0 to 20.6.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-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mongoose from 7.5.0 to 7.5.2 Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.5.0 to 7.5.2. - [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.5.0...7.5.2) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... 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>
2023-09-17 23:54:25 -04:00
"mongoose": "7.5.2",
2022-11-11 19:58:11 -05:00
"ms": "2.1.3",
"prism-media": "1.3.5",
Combined Dependabot PR (#40) * Bump systeminformation from 5.21.5 to 5.21.8 Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.21.5 to 5.21.8. - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.21.5...v5.21.8) --- updated-dependencies: - dependency-name: systeminformation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 20.6.2 to 20.6.3 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.2 to 20.6.3. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump discord-player from 6.6.3 to 6.6.4 Bumps [discord-player](https://github.com/Androz2091/discord-player) from 6.6.3 to 6.6.4. - [Release notes](https://github.com/Androz2091/discord-player/releases) - [Commits](https://github.com/Androz2091/discord-player/compare/discord-player@6.6.3...discord-player@6.6.4) --- updated-dependencies: - dependency-name: discord-player dependency-type: direct:production update-type: version-update:semver-patch ... 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>
2023-09-22 11:28:09 -04:00
"systeminformation": "5.21.8",
2023-08-24 18:29:51 -04:00
"typescript": "5.2.2",
2023-08-06 03:52:45 -04:00
"xml-js": "1.6.11",
"youtube-sr": "4.3.4",
2023-08-06 03:52:45 -04:00
"ytdl-core": "4.11.5"
2022-11-11 19:58:11 -05:00
},
"devDependencies": {
2023-04-14 06:47:58 -04:00
"@types/ms": "0.7.31",
"@types/node": "20.6.5"
2022-11-11 16:33:37 -05:00
}
}