1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-12-26 11:45:37 -05:00
Daggerbot-TS/package.json

54 lines
1.5 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",
2022-11-11 16:33:37 -05:00
"repository": {
"type": "git",
2024-01-22 00:35:47 -05:00
"url": "git+https://github.com/toast-ts/Daggerbot-TS.git"
2023-12-24 10:21:40 -05:00
},
"scripts": {
2024-02-25 04:01:04 -05:00
"dev": "yarn tsc && yarn node . src/DB-Beta.config.json daggerbotbeta true",
2023-12-24 10:21:40 -05:00
"sdk": "yarn dlx @yarnpkg/sdks vscode"
2022-11-11 16:33:37 -05:00
},
"author": "Toast",
"os": [
2023-08-06 03:52:45 -04:00
"linux",
2024-02-28 02:41:01 -05:00
"darwin"
2022-11-11 16:33:37 -05:00
],
"cpu": [
"x64"
2022-11-11 16:33:37 -05:00
],
"engines": {
2024-05-09 19:01:31 -04:00
"node": ">=20.13",
"yarn": ">=4",
"npm": "NPM isn't supported, please use Yarn instead."
2022-11-11 19:58:11 -05:00
},
2023-09-01 00:32:11 -04:00
"engineStrict": true,
2024-12-10 19:09:30 -05:00
"packageManager": "yarn@4.5.3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90",
2022-11-11 19:58:11 -05:00
"dependencies": {
2024-12-10 19:09:30 -05:00
"@napi-rs/canvas": "0.1.65",
"@octokit/rest": "21.0.2",
2024-10-14 22:43:39 -04:00
"@sequelize/core": "7.0.0-alpha.43",
"@sequelize/postgres": "7.0.0-alpha.43",
"@toast/tokenservice-client": "1.3.1",
2023-10-06 02:11:23 -04:00
"ansi-colors": "4.1.3",
Combined Dependabot PR (#172) * 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>
2024-09-03 01:58:06 -04:00
"dayjs": "1.11.13",
2024-09-30 00:32:02 -04:00
"discord.js": "14.16.3",
Combined Dependabot PR (#216) * Bump fast-xml-parser from 4.5.0 to 4.5.1 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.10.1 to 22.10.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.1 to 22.10.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 undici from 7.1.0 to 7.2.0 Bumps [undici](https://github.com/nodejs/undici) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Merge dependabot/npm_and_yarn/undici-7.2.0 into combined-prs * Merge dependabot/npm_and_yarn/types/node-22.10.2 into combined-prs * Merge dependabot/npm_and_yarn/fast-xml-parser-4.5.1 into combined-prs
2024-12-24 16:00:52 -05:00
"fast-xml-parser": "4.5.1",
"mathjs": "14.0.1",
2022-11-11 19:58:11 -05:00
"ms": "2.1.3",
2023-12-24 10:21:40 -05:00
"node-cron": "3.0.3",
2024-08-10 18:23:25 -04:00
"redis": "4.7.0",
2024-09-24 21:31:42 -04:00
"simple-git": "3.27.0",
Combined Dependabot PR (#216) * Bump fast-xml-parser from 4.5.0 to 4.5.1 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.10.1 to 22.10.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.1 to 22.10.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 undici from 7.1.0 to 7.2.0 Bumps [undici](https://github.com/nodejs/undici) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Merge dependabot/npm_and_yarn/undici-7.2.0 into combined-prs * Merge dependabot/npm_and_yarn/types/node-22.10.2 into combined-prs * Merge dependabot/npm_and_yarn/fast-xml-parser-4.5.1 into combined-prs
2024-12-24 16:00:52 -05:00
"systeminformation": "5.23.21",
"undici": "7.2.0"
2022-11-11 19:58:11 -05:00
},
"devDependencies": {
2023-12-24 10:21:40 -05:00
"@types/ms": "0.7.34",
Combined Dependabot PR (#216) * Bump fast-xml-parser from 4.5.0 to 4.5.1 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.10.1 to 22.10.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.1 to 22.10.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 undici from 7.1.0 to 7.2.0 Bumps [undici](https://github.com/nodejs/undici) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Merge dependabot/npm_and_yarn/undici-7.2.0 into combined-prs * Merge dependabot/npm_and_yarn/types/node-22.10.2 into combined-prs * Merge dependabot/npm_and_yarn/fast-xml-parser-4.5.1 into combined-prs
2024-12-24 16:00:52 -05:00
"@types/node": "22.10.2",
2023-12-24 10:21:40 -05:00
"@types/node-cron": "3.0.11",
Combined Dependabot PR (#172) * 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>
2024-09-03 01:58:06 -04:00
"typescript": "5.5.4"
2022-11-11 16:33:37 -05:00
}
}