-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"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": ">=20.13",
"yarn": ">=4",
"npm": "NPM isn't supported, please use Yarn instead."
},
"engineStrict": true,
"packageManager": "yarn@4.5.1+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d",
"dependencies": {
"@napi-rs/canvas": "0.1.61",
"@octokit/rest": "21.0.2",
"@sequelize/core": "7.0.0-alpha.43",
"@sequelize/postgres": "7.0.0-alpha.43",
"@toast/tokenservice-client": "1.3.1",
"ansi-colors": "4.1.3",
"dayjs": "1.11.13",
"discord.js": "14.16.3",
"fast-xml-parser": "4.5.0",
"mathjs": "13.2.2",
"ms": "2.1.3",
"node-cron": "3.0.3",
"redis": "4.7.0",
"simple-git": "3.27.0",
"systeminformation": "5.23.5",
"undici": "6.21.0"
},
"devDependencies": {
"@types/ms": "0.7.34",
"@types/node": "22.9.0",
"@types/node-cron": "3.0.11",
"typescript": "5.5.4"
}
}