mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
b36aa55501
* Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.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 simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- 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> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
54 lines
1.5 KiB
JSON
54 lines
1.5 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/toast-ts/Daggerbot-TS.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "yarn tsc && yarn node . src/DB-Beta.config.json daggerbotbeta true",
|
|
"sdk": "yarn dlx @yarnpkg/sdks vscode"
|
|
},
|
|
"author": "Toast",
|
|
"os": [
|
|
"linux",
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"engines": {
|
|
"node": ">=20.13",
|
|
"yarn": ">=4",
|
|
"npm": "NPM isn't supported, please use Yarn instead."
|
|
},
|
|
"engineStrict": true,
|
|
"packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1",
|
|
"dependencies": {
|
|
"@napi-rs/canvas": "0.1.54",
|
|
"@octokit/rest": "21.0.2",
|
|
"@sequelize/core": "7.0.0-alpha.41",
|
|
"@sequelize/postgres": "7.0.0-alpha.41",
|
|
"@toast/tokenservice-client": "1.3.0",
|
|
"ansi-colors": "4.1.3",
|
|
"dayjs": "1.11.13",
|
|
"discord.js": "14.16.1",
|
|
"fast-xml-parser": "4.5.0",
|
|
"mathjs": "13.1.1",
|
|
"ms": "2.1.3",
|
|
"node-cron": "3.0.3",
|
|
"redis": "4.7.0",
|
|
"simple-git": "3.26.0",
|
|
"systeminformation": "5.23.5",
|
|
"undici": "6.19.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ms": "0.7.34",
|
|
"@types/node": "22.5.2",
|
|
"@types/node-cron": "3.0.11",
|
|
"typescript": "5.5.4"
|
|
}
|
|
}
|