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
2024-02-25 20:40:44 +11:00

61 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",
"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.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb",
"dependencies": {
"@napi-rs/canvas": "0.1.49",
"@octokit/rest": "20.0.2",
"@toast/tokenservice-client": "1.0.12",
"ansi-colors": "4.1.3",
"dayjs": "1.11.10",
"discord.js": "14.14.1",
"fast-xml-parser": "4.3.5",
"ms": "2.1.3",
"node-cron": "3.0.3",
"pg": "8.11.3",
"pg-hstore": "2.3.4",
"redis": "4.6.13",
"sequelize": "6.37.1",
"simple-git": "3.22.0",
"systeminformation": "5.22.0",
"undici": "6.6.2"
},
"devDependencies": {
"@types/ms": "0.7.34",
"@types/node": "20.11.20",
"@types/node-cron": "3.0.11",
"@types/pg": "8.11.0",
"@types/sequelize": "4.28.20",
"typescript": "5.3.3"
}
}