-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.64 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
{
"name": "bots",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"deploy": "node deploy-commands.js",
"activate": "node deploy-commands.js && node index.js",
"start:prod": "env NODE_ENV=production node deploy-commands.js && env NODE_ENV=production node index.js",
"start:local": "env NODE_ENV=local node deploy-commands.js && node index.js",
"prod:test": "env NODE_ENV=production node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discord-player/extractor": "^4.1.2",
"@discordjs/voice": "^0.15.0",
"@google-cloud/local-auth": "^3.0.1",
"@mongoosejs/task": "^0.0.11",
"axios": "^1.6.2",
"canvas": "^2.11.2",
"cheerio": "^1.0.0-rc.12",
"csv-parse": "^5.3.6",
"dateformat": "^3.0.3",
"discord-player": "^6.1.1",
"discord.js": "^14.15.2",
"dotenv": "^16.3.1",
"eslint": "^6.8.0",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.4.1",
"fluent-ffmpeg": "^2.1.2",
"fortune-cookie": "0.0.1",
"gifencoder": "^2.0.1",
"google-auth-library": "^9.9.0",
"googleapis": "^135.0.0",
"he": "^1.2.0",
"jimp": "^0.22.12",
"mediaplex": "^0.0.9",
"mongoose": "^8.0.1",
"node-fetch": "^2.6.9",
"node-html-parser": "^6.1.11",
"pagination.djs": "^4.0.9",
"pdf-parse": "^1.1.1",
"pdf-scraper": "^1.1.4",
"puppeteer": "^22.10.0",
"table-renderer": "^0.1.30",
"timer-node": "^5.0.7",
"unique-names-generator": "^4.7.1",
"vdf-parser": "^1.2.1",
"wikipedia": "^2.1.1",
"ytdl-core": "^4.11.3"
}
}