mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
62 lines
1.5 KiB
JSON
62 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/AnxietyisReal/Daggerbot-TS.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "yarn tsc && yarn node . src/DB-Beta.config.json daggerbotbeta",
|
|
"sdk": "yarn dlx @yarnpkg/sdks vscode"
|
|
},
|
|
"author": "Toast",
|
|
"license": "ISC",
|
|
"os": [
|
|
"win32",
|
|
"linux",
|
|
"!darwin"
|
|
],
|
|
"cpu": [
|
|
"x64",
|
|
"!arm64",
|
|
"!mips",
|
|
"!ia32"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.18.0, <19 || >=20",
|
|
"yarn": ">=4.0.0",
|
|
"npm": "yarn is required, dont use npm"
|
|
},
|
|
"engineStrict": true,
|
|
"packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186",
|
|
"dependencies": {
|
|
"@octokit/auth-token": "4.0.0",
|
|
"@octokit/rest": "20.0.2",
|
|
"@toast/tokenservice-client": "1.0.10",
|
|
"ansi-colors": "4.1.3",
|
|
"canvas": "2.11.2",
|
|
"dayjs": "1.11.10",
|
|
"discord.js": "14.14.1",
|
|
"fast-xml-parser": "4.3.3",
|
|
"ms": "2.1.3",
|
|
"node-cron": "3.0.3",
|
|
"pg": "8.11.3",
|
|
"pg-hstore": "2.3.4",
|
|
"redis": "4.6.12",
|
|
"sequelize": "6.35.2",
|
|
"simple-git": "3.22.0",
|
|
"systeminformation": "5.21.24",
|
|
"undici": "6.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ms": "0.7.34",
|
|
"@types/node": "20.11.5",
|
|
"@types/node-cron": "3.0.11",
|
|
"@types/pg": "8.10.9",
|
|
"@types/sequelize": "4.28.20",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|