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
toast-ts 7b94932539 Migration from Sequelize v6 to v7 (#89)
* Sync Sequelize v7 changes from Canary repository

* Clean up some of the stuff

* Update @types/pg

* Log transaction failed const to console instead of nowhere

* Optimize functions in punishment model

* Remove autoresponses for Monster

* Delete Yarn PnP files as per #99

* Update dependencies

---------

Co-authored-by: pomni32 <163978719+pomni32@users.noreply.github.com>
2024-03-21 11:31:50 +11:00

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.38",
"@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.9.0"
},
"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"
}
}