mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-12-25 23:15:38 -05:00
92e6274914
* 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
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.5.3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90",
|
|
"dependencies": {
|
|
"@napi-rs/canvas": "0.1.65",
|
|
"@octokit/rest": "21.0.2",
|
|
"@sequelize/core": "7.0.0-alpha.43",
|
|
"@sequelize/postgres": "7.0.0-alpha.43",
|
|
"@toast/tokenservice-client": "1.3.1",
|
|
"ansi-colors": "4.1.3",
|
|
"dayjs": "1.11.13",
|
|
"discord.js": "14.16.3",
|
|
"fast-xml-parser": "4.5.1",
|
|
"mathjs": "14.0.1",
|
|
"ms": "2.1.3",
|
|
"node-cron": "3.0.3",
|
|
"redis": "4.7.0",
|
|
"simple-git": "3.27.0",
|
|
"systeminformation": "5.23.21",
|
|
"undici": "7.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ms": "0.7.34",
|
|
"@types/node": "22.10.2",
|
|
"@types/node-cron": "3.0.11",
|
|
"typescript": "5.5.4"
|
|
}
|
|
}
|