1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-16 20:00:59 -05:00
Daggerbot-TS/package.json
dependabot[bot] 3268559d0b
Bump @octokit/rest from 21.0.1 to 21.0.2 (#163)
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 21.0.1 to 21.0.2.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v21.0.1...v21.0.2)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
  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-08-20 10:23:54 +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.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb",
"dependencies": {
"@napi-rs/canvas": "0.1.53",
"@octokit/rest": "21.0.2",
"@sequelize/core": "7.0.0-alpha.41",
"@sequelize/postgres": "7.0.0-alpha.41",
"@toast/tokenservice-client": "1.2.8",
"ansi-colors": "4.1.3",
"dayjs": "1.11.12",
"discord.js": "patch:discord.js@npm%3A14.15.3#~/.yarn/patches/discord.js-npm-14.15.3-0c74284e59.patch",
"fast-xml-parser": "4.4.1",
"mathjs": "13.0.3",
"ms": "2.1.3",
"node-cron": "3.0.3",
"redis": "4.7.0",
"simple-git": "3.25.0",
"systeminformation": "5.23.4",
"undici": "6.19.7"
},
"devDependencies": {
"@types/ms": "0.7.34",
"@types/node": "22.2.0",
"@types/node-cron": "3.0.11",
"typescript": "5.4.5"
}
}