1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00
Daggerbot-TS/package.json
dependabot[bot] ee61fc852e Bump @sequelize/core from 7.0.0-alpha.40 to 7.0.0-alpha.41 (#127)
Bumps [@sequelize/core](https://github.com/sequelize/sequelize) from 7.0.0-alpha.40 to 7.0.0-alpha.41.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Changelog](https://github.com/sequelize/sequelize/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41)

---
updated-dependencies:
- dependency-name: "@sequelize/core"
  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-05-20 16:56:58 +10:00

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.2.2+sha512.c44e283c54e02de9d1da8687025b030078c1b9648d2895a65aab8e64225bfb7becba87e1809fc0b4b6778bbd47a1e2ab6ac647de4c5e383a53a7c17db6c3ff4b",
"dependencies": {
"@napi-rs/canvas": "0.1.52",
"@octokit/rest": "20.1.1",
"@sequelize/core": "7.0.0-alpha.41",
"@sequelize/postgres": "7.0.0-alpha.40",
"@toast/tokenservice-client": "1.2.8",
"ansi-colors": "4.1.3",
"dayjs": "1.11.11",
"discord.js": "14.15.2",
"fast-xml-parser": "4.4.0",
"mathjs": "12.4.2",
"ms": "2.1.3",
"node-cron": "3.0.3",
"redis": "4.6.14",
"simple-git": "3.24.0",
"systeminformation": "5.22.9",
"undici": "6.17.0"
},
"devDependencies": {
"@types/ms": "0.7.34",
"@types/node": "20.12.12",
"@types/node-cron": "3.0.11",
"typescript": "5.4.5"
}
}