-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1005 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1005 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "quad",
"version": "1.0.0",
"description": "Discord bot for the QuakeWorld 4on4 community",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "npx ts-node src/index.ts",
"postinstall": "patch-package"
},
"engines": {
"node": ">=22.12.0"
},
"keywords": [
"quakeworld",
"discord",
"recording"
],
"license": "ISC",
"dependencies": {
"@anthropic-ai/sdk": "^0.74.0",
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.0",
"@napi-rs/canvas": "^0.1.94",
"@snazzah/davey": "^0.1.9",
"@tf2pickup-org/mumble-client": "^0.12.6",
"@types/js-yaml": "^4.0.9",
"discord.js": "^14.25.1",
"firebase-admin": "^13.6.1",
"js-yaml": "^4.1.1",
"node-crc": "^1.3.2",
"prism-media": "2.0.0-alpha.0"
},
"devDependencies": {
"@types/node": "^25.2.2",
"patch-package": "^8.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}