-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 836 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
{
"name": "TranslatorBOT",
"version": "2.5.0",
"description": "A Discord bot that translates everything you type.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"translation",
"discord",
"discord.js",
"translate",
"discordbot"
],
"author": "luisgbr1el",
"license": "MIT",
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@stdlib/string-uppercase": "^0.0.9",
"@vitalets/google-translate-api": "^9.2.0",
"canvas": "^2.9.3",
"color-to-name": "^1.1.0",
"colornames": "^1.1.1",
"discord-modals": "^1.3.7",
"discord.js": "^13.8.0",
"express": "^4.21.1",
"extra-number": "^2.2.41",
"morse-code-lib": "^1.0.2",
"pug": "^3.0.3",
"romans": "^2.0.8"
}
}