-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.55 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
{
"name": "ktane-bot",
"version": "1.0.0",
"description": "A bot for the KTANE Discord server.",
"main": "src/bot.ts",
"type": "module",
"imports": {
"#utils/*": "./src/utils/*.ts"
},
"scripts": {
"dev": "bun --watch src/bot.ts",
"start": "bun src/bot.ts"
},
"dependencies": {
"7zip-min": "^3.0.1",
"@kaname-png/plugin-sentry": "^1.3.3",
"@sapphire/decorators": "^6.1.0",
"@sapphire/framework": "https://files.samfun.dev/sapphire.tgz",
"@sapphire/plugin-api": "^6.1.1",
"@sapphire/plugin-scheduled-tasks": "^10.0.1",
"@sapphire/plugin-subcommands": "^6.0.3",
"@sentry/node": "^8.28.0",
"@types/bun": "^1.3.14",
"archiver": "^5.3.1",
"better-sqlite3": "^11.1.2",
"confusables": "^1.0.0",
"cron": "^3.1.7",
"discord.js": "^14.15.3",
"fastest-levenshtein": "^1.0.12",
"got": "^11.8.5",
"html-entities": "^2.5.2",
"jsdom": "^19.0.0",
"ktane-lint": "^1.0.10",
"langs": "^2.0.0",
"psl": "^1.8.0",
"tsx": "^4.16.2"
},
"repository": "samfundev/KTANE-Bot",
"author": "samfundev",
"license": "MIT",
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/archiver": "^5.3.1",
"@types/better-sqlite3": "^7.6.11",
"@types/jsdom": "^16.2.14",
"@types/psl": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^10.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.5.0",
"prettier": "3.8.3",
"typescript-eslint": "^8.59.1"
}
}