-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.38 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "tetra",
"version": "1.2.0",
"description": "Fun-utility bot that focuses primarly on managing emotes with seamless import from platforms such like 7TV, BTTV, FFZ and Twitch.",
"main": "src/index.ts",
"scripts": {
"start": "npx ts-node src/index.ts",
"deployCommands": "npx ts-node src/deploy-commands-global.ts",
"dev": "nodemon",
"devdeploy": "ts-node src/deploy-commands-dev.ts",
"db:push": "prisma db push"
},
"author": "ike",
"license": "ISC",
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/crypto-js": "^4.1.1",
"@types/emoji-flags": "^1.3.3",
"@types/express": "^4.17.17",
"@types/ffmpeg": "^1.0.7",
"@types/fluent-ffmpeg": "^2.1.21",
"@types/gifsicle": "^5.2.0",
"@types/is-base64": "^1.1.3",
"@types/jsdom": "^21.1.7",
"@types/needle": "^3.2.0",
"@types/node": "^18.11.0",
"@types/node-cron": "^3.0.11",
"@types/node-fetch": "^2.6.2",
"@types/sharp": "^0.31.0",
"@types/tmp": "^0.2.3",
"prettier": "3.3.3",
"prisma": "^5.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@imgly/background-removal-node": "^1.4.5",
"@prisma/client": "^5.4.2",
"@remotion/renderer": "^4.0.83",
"@tobyg74/tiktok-api-dl": "^1.2.0",
"@twurple/api": "^7.0.6",
"@twurple/auth": "^7.0.6",
"@types/lodash": "^4.14.187",
"body-parser": "^1.20.2",
"buffer-image-size": "^0.6.4",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"discord-oauth2": "^2.11.0",
"discord.js": "^14.16.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"fastify": "^4.24.2",
"ffmpeg": "^0.0.4",
"ffprobe-client": "^1.1.6",
"fluent-ffmpeg": "^2.1.3",
"gifsicle": "^5.3.0",
"google-tts-api": "^2.0.2",
"imagemin-giflossy": "^5.1.10",
"is-base64": "^1.1.0",
"jsdom": "^24.1.0",
"lodash": "^4.17.21",
"needle": "^3.2.0",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.7",
"openai": "^4.47.1",
"pretty-bytes": "^5.6.0",
"ruhend-scraper": "^7.0.6",
"sharp": "^0.31.1",
"tiktokapi-src": "^1.2.0",
"twitter-downloader": "^1.0.0",
"videoshow": "^0.1.12",
"youtube-dl-exec": "^2.5.6",
"zod": "^3.21.4"
}
}