{ "name": "@dank074/discord-video-stream-example", "version": "1.0.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "dependencies": { "@dank074/discord-video-stream": "^5.0.0", "discord.js-selfbot-v13": "^3.5.1" }, "devDependencies": { "@types/node": "^22.10.1", "typescript": "^5.7.2" }, "scripts": { "build": "tsc", "start": "node ./dist/index.js", "yeet": "npm run build && npm run start" }, "author": "", "license": "ISC" }