-
Notifications
You must be signed in to change notification settings - Fork 3.1k
/
package.json
65 lines (65 loc) · 1.68 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
{
"name": "ritabot",
"version": "1.2.1-9",
"engines": {
"node": "14.0.0"
},
"description": "Real-Time Intergalactic Translating Assistant bot built using discord.js and Google Translate API.",
"main": "src/bot.js",
"license": "MIT",
"scripts": {
"start": "node 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/ZyC0R3/Rita"
}
],
"keywords": [
"discord",
"discordjs",
"bot",
"translate",
"translator"
],
"repository": {
"type": "git",
"url": "https://github.com/ZyC0R3/Rita"
},
"funding": "https://ritabot.org",
"homepage": "https://ritabot.org",
"bugs": "https://github.com/ZyC0R3/Rita/issues",
"dependencies": {
"common-tags": "^1.8.0",
"discord.js": "^11.6.4",
"dotenv": "^8.2.0",
"google-translate-api": "github:ZyC0R3/google-translate-api",
"iso-639-1": "^2.1.4",
"lodash": "^4.17.20",
"make-dir": "^3.1.0",
"pg": "^8.4.1",
"pg-hstore": "^2.3.3",
"seconds-converter": "github:AlooAkbar/seconds-converter",
"sequelize": "^6.3.5",
"sqlite3": "^5.0.0",
"webhook-discord": "^3.7.7"
},
"devDependencies": {
"@kollavarsham/gulp-coveralls": "^0.3.3",
"babel-eslint": "^10.1.0",
"braces": "^3.0.2",
"eslint": "^7.11.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-uglify-es": "^2.0.0",
"gulp-watch": "github:ZyC0R3/gulp-watch"
}
}