1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00
Daggerbot-TS/package.json
dependabot[bot] 1941cdd62d Bump redis from 4.6.12 to 4.6.13 (#84)
Bumps [redis](https://github.com/redis/node-redis) from 4.6.12 to 4.6.13.
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@4.6.12...redis@4.6.13)

---
updated-dependencies:
- dependency-name: redis
  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>
2024-02-12 15:22:53 +11:00

61 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",
"sdk": "yarn dlx @yarnpkg/sdks vscode"
},
"author": "Toast",
"license": "ISC",
"os": [
"win32",
"linux",
"!darwin"
],
"cpu": [
"x64",
"!arm64",
"!mips",
"!ia32"
],
"engines": {
"node": ">=18.18.0, <19 || >=20",
"yarn": ">=4.0.0",
"npm": "yarn is required, dont use npm"
},
"engineStrict": true,
"packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb",
"dependencies": {
"@napi-rs/canvas": "0.1.45",
"@octokit/rest": "20.0.2",
"@toast/tokenservice-client": "1.0.11",
"ansi-colors": "4.1.3",
"dayjs": "1.11.10",
"discord.js": "14.14.1",
"fast-xml-parser": "4.3.4",
"ms": "2.1.3",
"node-cron": "3.0.3",
"pg": "8.11.3",
"pg-hstore": "2.3.4",
"redis": "4.6.13",
"sequelize": "6.35.2",
"simple-git": "3.22.0",
"systeminformation": "5.21.24",
"undici": "6.6.0"
},
"devDependencies": {
"@types/ms": "0.7.34",
"@types/node": "20.11.16",
"@types/node-cron": "3.0.11",
"@types/pg": "8.11.0",
"@types/sequelize": "4.28.20",
"typescript": "5.3.3"
}
}