-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·55 lines (55 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·55 lines (55 loc) · 1.78 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
{
"name": "ragnarok",
"version": "6.2.416",
"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"
},
"dependencies": {
"@colors/colors": "^1.6.0",
"@discordx/importer": "^1.3.3",
"@discordx/utilities": "^8.0.0",
"@valhalladev/movier": "^4.1.0",
"axios": "^1.13.6",
"canvas": "^3.2.1",
"cheerio": "^1.2.0",
"cron": "^4.4.0",
"cryptocurrencies": "^8.0.1",
"discord-hybrid-sharding": "^3.0.1",
"discord.js": "^14.25.1",
"discordx": "^11.13.3",
"dotenv": "^17.3.1",
"luxon": "^3.7.2",
"moment": "^2.30.1",
"mongoose": "^9.2.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.31.1",
"url-regex-safe": "^4.0.0",
"uuid": "^13.0.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.5",
"@types/ms": "^2.1.0",
"@types/url-regex-safe": "^1.0.2",
"typescript": "^5.9.3",
"ultracite": "^7.2.4"
}
}