forked from Sachin-dot-py/r-igcse-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 871 Bytes
/
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
{
"name": "r-igcse-bot",
"module": "src/index.ts",
"type": "module",
"scripts": {
"start": "bun src/index.ts",
"start:watch": "bun --watch src/index.ts",
"check": "biome check .",
"check:fix": "biome check . --write"
},
"dependencies": {
"@discordforge/logger": "^1.0.0",
"@discordforge/pagination": "^1",
"bufferutil": "^4",
"chucklejs": "^1",
"discord.js": "^14",
"fuse.js": "^7.0.0",
"humanize-duration": "^3",
"inquirer": "^9",
"mongoose": "^8",
"parse-duration": "^1",
"r-igcse-bot": "file:",
"redis": "^4",
"redis-om": "^0.4",
"utf-8-validate": "^6",
"uuid": "^9",
"zlib-sync": "^0.1"
},
"devDependencies": {
"@biomejs/biome": "^1",
"@types/bun": "latest",
"@types/humanize-duration": "^3",
"@types/inquirer": "^9",
"@types/uuid": "^9",
"typescript": "^5"
},
"trustedDependencies": ["@biomejs/biome"]
}