-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "salim-bot",
"version": "4.5.1610",
"description": "This bot is Salim. Whenever you trigger it, It become mad.",
"type": "module",
"main": "dist/bot.js",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "tsc",
"start": "node dist/bot.js",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint src && prettier --check \"src/**/*.ts\""
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"devDependencies": {
"@leomotors/scripts": "3.1.0",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/node": "20.10.5",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"eslint": "8.56.0",
"prettier": "3.1.1",
"tsx": "4.7.0",
"typescript": "5.3.3"
},
"dependencies": {
"@discordjs/opus": "0.9.0",
"@discordjs/voice": "0.16.1",
"@prisma/client": "5.7.1",
"chalk": "5.3.0",
"cocoa-discord": "3.1.0",
"discord.js": "14.14.1",
"dotenv": "16.3.1",
"ffmpeg-static": "5.2.0",
"google-tts-api": "2.0.2",
"libsodium-wrappers": "0.7.13",
"microsoft-cognitiveservices-speech-sdk": "1.34.0",
"prisma": "5.7.1",
"strip-ansi": "7.1.0",
"uuid": "9.0.1",
"ytdl-core": "4.11.5"
}
}