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
github-actions[bot] 12054752b0
Combined Dependabot PR (#23)
* Bump @types/node from 20.5.6 to 20.5.7

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.6 to 20.5.7.
- [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.4.4 to 7.4.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.4.4 to 7.4.5.
- [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.4.4...7.4.5)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump systeminformation from 5.19.1 to 5.20.0

Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.19.1 to 5.20.0.
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.19.1...v5.20.0)

---
updated-dependencies:
- dependency-name: systeminformation
  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>
2023-08-28 14:07:19 +10:00

54 lines
1.2 KiB
JSON

{
"name": "daggerbot-ts",
"description": "TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord.",
"main": "dist/index.js",
"type": "module",
"homepage": "https://github.com/AnxietyisReal/Daggerbot-TS",
"repository": {
"type": "git",
"url": "git+https://github.com/AnxietyisReal/Daggerbot-TS.git"
},
"author": "Toast",
"license": "ISC",
"os": [
"win32",
"linux",
"!darwin"
],
"cpu": [
"x64",
"!arm64",
"!mips",
"!ia32"
],
"engines": {
"node": ">=18.17.0",
"yarn": ">=3.6.1",
"npm": "please use yarn instead of npm"
},
"packageManager": "yarn@3.6.3",
"dependencies": {
"@discord-player/extractor": "4.4.1",
"@discordjs/opus": "0.9.0",
"@octokit/auth-token": "4.0.0",
"@octokit/rest": "20.0.1",
"canvas": "2.11.2",
"discord-player": "6.6.2",
"discord.js": "14.13.0",
"libsodium-wrappers": "0.7.11",
"moment": "2.29.4",
"mongoose": "7.4.5",
"ms": "2.1.3",
"prism-media": "1.3.5",
"systeminformation": "5.20.0",
"typescript": "5.2.2",
"xml-js": "1.6.11",
"youtube-sr": "4.3.4",
"ytdl-core": "4.11.5"
},
"devDependencies": {
"@types/ms": "0.7.31",
"@types/node": "20.5.7"
}
}