mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
a0127f5733
* Bump @types/node from 20.8.5 to 20.8.6 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.5 to 20.8.6. - [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.6.1 to 7.6.2 Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.6.1 to 7.6.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.6.1...7.6.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>
52 lines
1.2 KiB
JSON
52 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"
|
|
},
|
|
"engineStrict": true,
|
|
"packageManager": "yarn@3.6.3",
|
|
"dependencies": {
|
|
"@octokit/auth-token": "4.0.0",
|
|
"@octokit/rest": "20.0.2",
|
|
"ansi-colors": "4.1.3",
|
|
"canvas": "2.11.2",
|
|
"dayjs": "1.11.10",
|
|
"discord.js": "14.13.0",
|
|
"fast-xml-parser": "4.3.2",
|
|
"mongoose": "7.6.2",
|
|
"ms": "2.1.3",
|
|
"node-cron": "3.0.2",
|
|
"redis": "4.6.10",
|
|
"systeminformation": "5.21.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ms": "0.7.32",
|
|
"@types/node": "20.8.6",
|
|
"@types/node-cron": "3.0.9",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|