-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.64 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.64 KB
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
{
"name": "ritabot",
"version": "1.2.0-3",
"engines": {
"node": "12.10.0"
},
"description": "Real-Time Interchangeable Translating Assistant bot built using discord.js and Google Translate API.",
"main": "src/bot.js",
"license": "MIT",
"scripts": {
"start": "node build/bot",
"build": "gulp build",
"coveralls": "gulp coveralls",
"dev": "gulp watch",
"lint": "gulp lint",
"finish": "echo \"All Tests Completed Successfully\" && exit 1"
},
"author": "Group Project",
"contributors": [
"RitaBot <blank@email.com> (https://github.com/ZyC0R3/RitaBot)"
],
"keywords": [
"discord",
"discordjs",
"bot",
"translate",
"translator"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ZyC0R3/RitaBot.git"
},
"funding": "https://ritabot.org",
"homepage": "https://ritabot.org",
"bugs": {
"url": "https://github.com/ZyC0R3/RitaBot/issues"
},
"dependencies": {
"common-tags": "^1.8.0",
"discord.js": "^11.6.3",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"google-translate-api": "github:ZyC0R3/google-translate-api",
"iso-639-1": "^2.1.1",
"pg": "^7.18.2",
"pg-hstore": "^2.3.3",
"seconds-converter": "github:AlooAkbar/seconds-converter",
"sequelize": "^5.21.5",
"sqlite3": "^4.1.1",
"webhook-discord": "^3.6.0"
},
"devDependencies": {
"@kollavarsham/gulp-coveralls": "^0.2.12",
"braces": "^3.0.2",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-uglify-es": "^1.0.4",
"gulp-watch": "github:ZyC0R3/gulp-watch"
},
"directories": {
"doc": "docs"
}
}