-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 760 Bytes
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
{
"name": "lanyard.ts",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "bun --reload -r tsconfig-paths/register lib/app.ts",
"build": "bun clean && tsc",
"lint": "bun exec prettier . --write",
"refresh": "node dist/scripts/refresh-slash-commands.js"
},
"dependencies": {
"@fastify/websocket": "^11.0.2",
"ansi-colors": "^4.1.3",
"discord-api-types": "^0.37.117",
"discord.js": "^14.17.3",
"dotenv": "^16.4.7",
"fastify": "^5.2.1",
"redis": "^4.7.0",
"tsconfig-paths": "^4.2.0",
"undici": "^7.3.0",
"ws": "^8.18.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.10",
"@types/ws": "^8.5.14",
"prettier": "3.4.2",
"typescript": "^5.7.3"
}
}