-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.18 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
49
50
{
"name": "tttt-discord",
"version": "0.0.0",
"description": "",
"main": "dist/index.js",
"license": "MIT",
"author": {
"name": "Andi Pätzold",
"email": "github@andipaetzold.com",
"url": "https://github.com/andipaetzold"
},
"repository": {
"type": "git",
"url": "https://github.com/andipaetzold/ttt-discord.git"
},
"bugs": {
"url": "https://github.com/andipaetzold/tttt/issues",
"email": "github@andipaetzold.com"
},
"engines": {
"node": "20.15.0"
},
"scripts": {
"start": "node .",
"dev": "tsc-watch --onSuccess \"node .\"",
"build": "tsc"
},
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/lodash": "4.17.13",
"@types/node": "20.17.6",
"@types/object-hash": "3.0.6",
"tsc-watch": "6.2.0",
"typescript": "5.6.3"
},
"dependencies": {
"@discordjs/voice": "0.17.0",
"@sentry/node": "8.36.0",
"discord-api-types": "0.37.101",
"discord.js": "14.16.2",
"dotenv": "16.4.5",
"ffmpeg-static": "5.2.0",
"google-tts-api": "2.0.2",
"lodash": "4.17.21",
"object-hash": "3.0.0",
"redis": "4.7.0",
"sodium-native": "4.1.1",
"source-map-support": "0.5.21"
}
}