-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.31 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
{
"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": {
"install": "node install.js",
"dev": "tsx --watch src/bot.ts",
"start": "tsx src/bot.ts"
},
"dependencies": {
"@kaname-png/plugin-sentry": "^1.3.3",
"@sapphire/decorators": "^6.1.0",
"@sapphire/framework": "github:samfundev/framework#build",
"@sapphire/plugin-api": "^6.1.1",
"@sapphire/plugin-scheduled-tasks": "^10.0.1",
"@sapphire/plugin-subcommands": "^6.0.3",
"@sentry/node": "^8.28.0",
"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",
"langs": "^2.0.0",
"psl": "^1.8.0",
"tsx": "^4.16.2"
},
"repository": "samfundev/KTANE-Bot",
"author": "samfundev",
"license": "MIT",
"devDependencies": {
"@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": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.56.0"
}
}