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
dependabot[bot] 11890f4c42 Bump mongoose from 7.4.0 to 7.4.1 (#11)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.4.0 to 7.4.1.
- [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.0...7.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 14:52:42 +10:00

49 lines
1.1 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.1",
"@ffmpeg-installer/ffmpeg": "1.1.0",
"@discordjs/opus": "0.9.0",
"discord-player": "6.6.1",
"discord.js": "14.11.0",
"ytdl-core": "4.11.5",
"moment": "2.29.4",
"ms": "2.1.3",
"mongoose": "7.4.1",
"systeminformation": "5.18.10",
"@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.5"
}
}