This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
67 lines (67 loc) · 1.71 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
{
"name": "crucian",
"version": "2.1.0",
"author": "xCrypt0r",
"description": "My bot with simple structure based on discord.js",
"main": "bot.js",
"engines": {
"node": ">=12.10.0"
},
"scripts": {
"prestart": "node lib/check-version.js",
"start": "sudo node bot.js",
"deploy": "sudo pm2 kill && sudo pm2 start ecosystem.yml"
},
"repository": {
"type": "git",
"url": "https://github.com/xCrypt0r/Crucian.git"
},
"license": "GPL-3.0",
"hompage": "https://github.com/xCrypt0r/Crucian#readme",
"bugs": {
"url": "https://github.com/xCrypt0r/Crucian/issues",
"email": "legacy5877@gmail.com"
},
"dependencies": {
"@vitalets/google-translate-api": "^4.0.0",
"bootstrap": "^4.5.0",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fast-glob": "^3.2.4",
"ffmpeg-static": "^4.2.5",
"figlet": "^1.2.4",
"g-i-s": "^2.1.5",
"helmet": "^4.0.0",
"imageapi.js": "^1.0.4",
"jquery": "^3.5.1",
"mathjs": "^9.0.0",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.9.25",
"morgan": "^1.10.0",
"ms": "^2.1.2",
"opusscript": "0.0.7",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"popper.js": "^1.16.1",
"pretty-ms": "^7.0.0",
"pug": "^3.0.0",
"request": "^2.88.0",
"semver": "^7.3.2",
"serve-favicon": "^2.5.0",
"slot-machine": "^2.1.0",
"weather-js": "^2.0.0",
"yt-search": "^2.5.1",
"ytdl-core": "^4.1.7"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.3.1",
"eslint-plugin-node": "^11.1.0",
"pm2": "^4.4.0"
}
}