mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
54 lines
1.5 KiB
JSON
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": ">=18.18.0, <19 || >=20",
|
|
"yarn": ">=4.0.0",
|
|
"npm": "yarn is required, dont use npm"
|
|
},
|
|
"engineStrict": true,
|
|
"packageManager": "yarn@4.2.1+sha512.4326f6a5a916363bfd3533f984bc4c91d47a0c6af2d79fc6e8a25dec14a1be88ec354e2b1d2919461647ec8df1d39303575f7726827704cdf9909d38621c9300",
|
|
"dependencies": {
|
|
"@napi-rs/canvas": "0.1.52",
|
|
"@octokit/rest": "20.1.0",
|
|
"@sequelize/core": "7.0.0-alpha.40",
|
|
"@sequelize/postgres": "7.0.0-alpha.40",
|
|
"@toast/tokenservice-client": "1.2.7",
|
|
"ansi-colors": "4.1.3",
|
|
"dayjs": "1.11.11",
|
|
"discord.js": "14.14.1",
|
|
"fast-xml-parser": "4.3.6",
|
|
"mathjs": "12.4.2",
|
|
"ms": "2.1.3",
|
|
"node-cron": "3.0.3",
|
|
"redis": "4.6.13",
|
|
"simple-git": "3.24.0",
|
|
"systeminformation": "5.22.7",
|
|
"undici": "6.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ms": "0.7.34",
|
|
"@types/node": "20.12.8",
|
|
"@types/node-cron": "3.0.11",
|
|
"typescript": "5.4.5"
|
|
}
|
|
}
|