refactor: vendor content as regular files (remove git submodules) so CI builds don't need GitHub auth
This commit is contained in:
+70
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"name": "@dank074/discord-video-stream",
|
||||
"version": "6.0.0",
|
||||
"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": {
|
||||
"@lng2004/node-datachannel": "0.32.0-20260202",
|
||||
"@snazzah/davey": "^0.1.8",
|
||||
"debug-level": "^4.1.1",
|
||||
"fluent-ffmpeg-simplified": "^0.1.0",
|
||||
"node-av": "^5.2.2",
|
||||
"p-debounce": "^5.1.0",
|
||||
"sharp": "^0.34.5",
|
||||
"zeromq": "^6.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.3.8",
|
||||
"@types/fluent-ffmpeg": "^2.1.28",
|
||||
"@types/node": "^25.0.1",
|
||||
"discord.js-selfbot-v13": "workspace:*",
|
||||
"pkg-pr-new": "^0.0.62",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"discord.js-selfbot-v13": "^3.6.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"lint": "biome lint --error-on-warnings .",
|
||||
"lint:fix": "biome lint --write .",
|
||||
"check": "biome check .",
|
||||
"check:fix": "biome check --write ."
|
||||
},
|
||||
"keywords": [
|
||||
"discord",
|
||||
"video",
|
||||
"voice",
|
||||
"stream",
|
||||
"go-live"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dank074/Discord-video-stream.git"
|
||||
},
|
||||
"contributors": [
|
||||
"Long Nguyen <nguyen.long.908132@gmail.com>",
|
||||
"s074 <torresefrain10@gmail.com>",
|
||||
"mrjvs <jellevs@gmail.com>",
|
||||
"Elysia <71698422+aiko-chan-ai@users.noreply.github.com>",
|
||||
"Fede14 <fede.ferri2001@gmail.com>",
|
||||
"Malthe Morsing Larsen <57196060+malthemorsing@users.noreply.github.com>"
|
||||
],
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dank074/Discord-video-stream/issues"
|
||||
},
|
||||
"homepage": "https://github.com/dank074/Discord-video-stream#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user