-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1001 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
39
40
41
42
{
"name": "frog-bot",
"private": true,
"scripts": {
"start": "tsx ./src/main.ts",
"install-deps": "playwright install-deps"
},
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/opus": "https://github.com/discordjs/opus",
"@discordjs/rest": "^2.0.1",
"@discordjs/voice": "^0.16.0",
"axios": "^1.5.1",
"axios-retry": "^3.8.0",
"cron": "^3.1.3",
"decompress": "^4.2.1",
"decompress-tarxz": "^3.0.0",
"discord-api-types": "^0.37.60",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"execa": "^8.0.1",
"fit-box": "^1.1.1",
"imgur": "^2.4.2",
"libsodium-wrappers": "^0.7.13",
"mitt": "^3.0.1",
"nedb-promises": "^6.2.3",
"ololog": "^1.1.175",
"playwright": "^1.39.0",
"prism-media": "^1.3.5",
"sharp": "^0.32.6",
"slugify": "^1.6.6",
"tmp-promise": "^3.0.3",
"ws": "^8.16.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/decompress": "^4.2.6",
"@types/ws": "^8.5.10",
"@types/xml2js": "^0.4.13",
"tsx": "^3.14.0"
}
}