-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 910 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
{
"main": "dist/index.js",
"scripts": {
"build": "tsc --project tsconfig.json",
"start": "tsc --project tsconfig.json && node dist/index.js"
},
"dependencies": {
"@androz2091/discord-invites-tracker": "^1.2.3",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^2.2.0",
"@discordjs/voice": "^0.16.1",
"@types/node": "^20.9.0",
"better-sqlite3": "^9.2.2",
"discord-api-types": "^0.37.66",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"ffmpeg-static": "^5.2.0",
"play-dl": "^1.9.7",
"quick.db": "^9.1.7",
"string-progressbar": "^1.0.4",
"typescript": "^5.3.3",
"sodium-native": "^4.0.4",
"winston": "^3.11.0",
"winston-discord-transport": "^1.3.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"prettier": "^3.1.1"
}
}