-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·57 lines (57 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·57 lines (57 loc) · 1.81 KB
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
54
55
56
57
{
"name": "ragnarok",
"version": "6.2.432",
"description": "A multi-purpose Discord bot.",
"license": "GPL-3.0-or-later",
"author": "Ragnar Lothbrok <ragnarlothbrokjr@proton.me>",
"homepage": "https://github.com/Valhalla-Development/Ragnarok#readme",
"repository": "https://github.com/Valhalla-Development/Ragnarok.git",
"bugs": {
"url": "https://github.com/Valhalla-Development/Ragnarok/issues"
},
"scripts": {
"lint": "tsc --noEmit -p tsconfig.json && biome check --files-ignore-unknown=true --diagnostic-level=error --no-errors-on-unmatched src",
"lint:fix": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true src",
"dev": "NODE_ENV=development bun --watch src/Main.ts",
"start": "NODE_ENV=production bun src/Cluster.ts",
"type-check": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@discordx/importer": "^1.3.3",
"@discordx/utilities": "^8.0.0",
"@valhalladev/movier": "^4.2.1",
"axios": "^1.19.0",
"bson": "7.2.0",
"canvas": "^3.2.3",
"cheerio": "^1.2.0",
"cron": "^4.4.0",
"cryptocurrencies": "^8.0.1",
"discord-hybrid-sharding": "^3.0.1",
"discord.js": "^14.27.0",
"discordx": "^11.13.3",
"luxon": "^3.7.2",
"moment": "^2.30.1",
"mongoose": "^9.9.3",
"ms": "^2.1.3",
"number-abbreviate": "^2.0.0",
"number-to-words-en": "^1.2.5",
"openrouter-kit": "^0.1.81",
"ordinal": "^1.0.3",
"pretty-ms": "^9.3.0",
"reddit-image-fetcher": "^2.0.12",
"systeminformation": "^5.33.1",
"url-regex-safe": "^4.0.0",
"uuid": "^14.0.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.5.10",
"@types/ms": "^2.1.0",
"@types/url-regex-safe": "^1.0.2",
"typescript": "^7.0.2",
"ultracite": "^7.10.6"
},
"overrides": {
"bson": "7.2.0"
}
}