-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "anotherelaina",
"version": "1.0.0",
"description": "",
"main": "Bot.js",
"scripts": {
"do-start": "pm2 start Bot.js",
"start-lan": "set BOT_ENV=lan && node Bot.js",
"start-vpn": "set BOT_ENV=vpn && node Bot.js",
"start-lan-linux": "export BOT_ENV=lan && node Bot.js",
"start-vpn-linux": "export BOT_ENV=vpn && node Bot.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.4.1",
"archiver": "^7.0.1",
"axios": "^1.3.4",
"cheerio": "^1.1.2",
"discord-api-types": "^0.33.0",
"discord.js": "^13.15.1",
"dotenv": "^16.0.1",
"exifreader": "^4.21.1",
"fast-levenshtein": "^3.0.0",
"get-audio-duration": "^4.0.1",
"he": "^1.2.0",
"java-deserialization": "^0.1.0",
"mongodb": "^4.8.0",
"node-catbox": "^3.4.0",
"node-fetch": "^3.3.0",
"node-id3": "^0.2.9",
"sharp": "^0.30.6",
"systeminformation": "^5.25.5",
"transliteration": "^2.3.5",
"unzipper": "^0.10.14",
"ws": "^8.14.1",
"zlib": "^1.0.5"
}
}