forked from Maddious/RiTA-DiscordBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.98 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ritabot",
"version": "1.2.6-21",
"engines": {
"node": "16.11.1"
},
"description": "Real-Time Interchangeable Translating Assistant bot built using discord.js and Google Translate API.",
"main": "src/bot.js",
"license": "MIT",
"scripts": {
"start": "node --optimize_for_size --max_old_space_size=3072 src/bot.js",
"build": "gulp build",
"coveralls": "gulp coveralls",
"dev": "gulp watch",
"lint": "gulp lint",
"finish": "echo \"All Tests Completed Successfully\" && exit 1"
},
"author": "Group Project",
"contributors": [
{
"name": "RITA <[email protected]>",
"url": "https://github.com/RitaBot-Project/RitaBot"
}
],
"keywords": [
"discord",
"discordjs",
"bot",
"translate",
"translator",
"free translator",
"discordtranslator"
],
"repository": {
"type": "git",
"url": "https://github.com/RitaBot-Project/RitaBot.git"
},
"funding": "https://opencollective.com/ritabot-project",
"homepage": "https://ritabot.gg/",
"bugs": "https://github.com/RitaBot-Project/RitaBot/issues",
"dependencies": {
"@top-gg/sdk": "^3.1.3",
"common-tags": "^1.8.0",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"iso-639-1": "^2.1.9",
"lodash": "^4.17.21",
"make-dir": "^3.1.0",
"path": "^0.12.7",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"rita-google-translate-api": "github:vitalets/google-translate-api",
"rita-seconds-converter": "^1.3.0",
"sequelize": "^6.6.5",
"sqlite3": "^5.0.2",
"topgg-autoposter": "^2.0.1",
"webhook-discord": "^3.7.8",
"iconv-lite": "^0.6.3"
},
"devDependencies": {
"@kollavarsham/gulp-coveralls": "^0.3.4",
"babel-eslint": "^10.1.0",
"@babel/eslint-parser": "^7.14.7",
"braces": "^3.0.2",
"eslint": "^7.30.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-uglify-es": "^2.0.0",
"rita-gulp-watch": "^5.1.4"
},
"nodeVersion": "16.11.1"
}