Skip to content

Commit

Permalink
replace "author" with "contributors" in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dank074 committed Feb 2, 2025
1 parent 814e9f2 commit 324e739
Showing 1 changed file with 65 additions and 58 deletions.
123 changes: 65 additions & 58 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,67 @@
{
"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": {
"@biomejs/biome": "^1.9.4",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/node": "^20.17.1",
"@types/ws": "^8.5.12",
"pkg-pr-new": "^0.0.39",
"typed-emitter": "^2.1.0",
"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"
"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": {
"@biomejs/biome": "^1.9.4",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/node": "^20.17.1",
"@types/ws": "^8.5.12",
"pkg-pr-new": "^0.0.39",
"typed-emitter": "^2.1.0",
"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"
},
"contributors": [
"Long Nguyen <[email protected]>",
"dank074 <[email protected]>",
"mrjvs <[email protected]>",
"Elysia <[email protected]>",
"Fede14 <[email protected]>",
"Malthe Morsing Larsen <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/dank074/Discord-video-stream/issues"
},
"homepage": "https://github.com/dank074/Discord-video-stream#readme"
}

0 comments on commit 324e739

Please sign in to comment.