-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 900 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
{
"name": "scpdiscordbot",
"version": "1.0.0",
"main": "bot.js",
"type": "commonjs",
"scripts": {
"start": "node bot.js",
"deploy": "node deployCommands.js",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/collection": "^2.1.0",
"@discordjs/rest": "^2.3.0",
"@discordjs/voice": "^0.17.0",
"@vitalets/google-translate-api": "^9.2.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ffmpeg-static": "^5.2.0",
"franc": "^6.2.0",
"franc-min": "^6.2.0",
"globals": "^15.8.0",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"eslint": "^9.7.0",
"prettier": "^3.3.3"
}
}