mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
6c345a8d17
Bumps [@sequelize/core](https://github.com/sequelize/sequelize) from 7.0.0-alpha.38 to 7.0.0-alpha.39. - [Release notes](https://github.com/sequelize/sequelize/releases) - [Changelog](https://github.com/sequelize/sequelize/blob/v7.0.0-alpha.39/CHANGELOG.md) - [Commits](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.38...v7.0.0-alpha.39) --- 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>
57 lines
1.5 KiB
JSON
57 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": ">=18.18.0, <19 || >=20",
|
|
"yarn": ">=4.0.0",
|
|
"npm": "yarn is required, dont use npm"
|
|
},
|
|
"engineStrict": true,
|
|
"packageManager": "yarn@4.1.1+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781",
|
|
"dependencies": {
|
|
"@napi-rs/canvas": "0.1.51",
|
|
"@octokit/rest": "20.0.2",
|
|
"@sequelize/core": "7.0.0-alpha.39",
|
|
"@toast/tokenservice-client": "1.1.2",
|
|
"ansi-colors": "4.1.3",
|
|
"dayjs": "1.11.10",
|
|
"discord.js": "14.14.1",
|
|
"fast-xml-parser": "4.3.6",
|
|
"mathjs": "12.4.1",
|
|
"ms": "2.1.3",
|
|
"node-cron": "3.0.3",
|
|
"pg": "8.11.3",
|
|
"pg-hstore": "2.3.4",
|
|
"postgres-array": "3.0.2",
|
|
"redis": "4.6.13",
|
|
"simple-git": "3.23.0",
|
|
"systeminformation": "5.22.6",
|
|
"undici": "6.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ms": "0.7.34",
|
|
"@types/node": "20.11.30",
|
|
"@types/node-cron": "3.0.11",
|
|
"@types/pg": "8.11.4",
|
|
"typescript": "5.4.3"
|
|
}
|
|
}
|