-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
62 lines (62 loc) · 1.46 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
{
"name": "seven",
"description": "A Discord bot for Hack The Box teams.",
"version": "1.0.1",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"engines": {
"node": "16.x"
},
"dependencies": {
"@google-cloud/dialogflow": "^3.5.0",
"adm-zip": "^0.4.16",
"archiver": "^5.3.0",
"body-parser": "^1.19.1",
"check-more-types": "^2.24.0",
"cheerio": "^1.0.0-rc.10",
"country-flag-emoji": "^1.0.3",
"csrf": "^3.1.0",
"csrf-login": "^1.17.2",
"date-fns": "^2.28.0",
"debug": "^4.3.3",
"discord.js": "^12.5.3",
"dotenv": "^8.6.0",
"express": "^4.17.2",
"express-http-proxy": "^1.6.3",
"express-session": "^1.17.2",
"highcharts": "^9.3.2",
"jquery": "^3.6.0",
"jsdom": "^16.7.0",
"jsonpath": "^1.1.1",
"lazy-ass": "^1.6.0",
"memorystore": "^1.6.6",
"nconf": "^0.10.0",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"pb-util": "^0.1.3",
"pg-promise": "^10.11.1",
"puppeteer": "^19.6.3",
"pusher-client": "^1.1.0",
"q": "^1.5.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"serialize-javascript": "^6.0.0",
"sharp": "^0.31.3",
"superagent": "^5.3.1",
"superagent-logger": "^1.1.0",
"superagent-retry-delay": "^2.6.5",
"superagent-throttle": "^1.0.1",
"superdebug": "^2.2.0",
"turndown": "^6.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"bufferutil": "^4.0.6",
"eslint": "^7.32.0",
"minami": "^1.2.3",
"zombie": "^6.1.4"
},
"repository": "https://github.com/Propolisa/Seven"
}