forked from aiko-chan-ai/Discord-video-experiment
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
57 lines (57 loc) · 1.25 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
{
"name": "@dank074/discord-video-stream",
"version": "4.1.5",
"description": "Experiment for making video streaming work for discord selfbots",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@libav.js/variant-webcodecs": "^6.4.7",
"debug-level": "^3.2.1",
"fluent-ffmpeg": "^2.1.3",
"p-cancelable": "^4.0.1",
"p-debounce": "^4.0.0",
"sodium-plus": "^0.9.0",
"uid": "^2.0.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.27",
"@types/node": "^20.17.1",
"@types/ws": "^8.5.12",
"typescript": "^5.6.3"
},
"peerDependencies": {
"discord.js-selfbot-v13": "3.x"
},
"engines": {
"node": ">=21.0.0"
},
"scripts": {
"build": "tsc"
},
"keywords": [
"discord",
"video",
"voice",
"stream",
"go-live"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dank074/Discord-video-stream.git"
},
"author": "dank074",
"license": "ISC",
"bugs": {
"url": "https://github.com/dank074/Discord-video-stream/issues"
},
"homepage": "https://github.com/dank074/Discord-video-stream#readme"
}