forked from ysdragon/StreamBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 697 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 697 Bytes
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
{
"name": "streambot",
"version": "2.0.1",
"description": "A self bot to stream movies/videos to Discord.",
"main": "dist/index.js",
"type": "module",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"watch": "tsc -w",
"gen-hash": "node dist/utils/gen-hash.js"
},
"author": "ysdragon",
"license": "MIT",
"dependencies": {
"@dank074/discord-video-stream": "5.0.1",
"axios": "^1.13.4",
"discord.js-selfbot-v13": "^3.7.1",
"dotenv": "^17.2.3",
"fluent-ffmpeg": "^2.1.3",
"got": "^14.6.6",
"play-dl": "^1.9.7",
"twitch-m3u8": "^1.1.5",
"winston": "^3.19.0"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}