UNPKG

@miudiscord/together

Version:

Play games or watch YouTube videos together on Discord with your friends while being in a call!

41 lines (40 loc) 933 B
{ "name": "@miudiscord/together", "version": "1.0.3", "description": "Play games or watch YouTube videos together on Discord with your friends while being in a call!", "main": "index.js", "scripts": { "test:js": "node test/javascript/JavaScriptBot.js", "test:ts": "cd test/typescript && tsc && node TypeScriptBot.js" }, "repository": { "type": "git", "url": "git+https://github.com/miudiscord/together.git" }, "keywords": [ "discord activities", "youtube", "discord.js", "together", "discord", "youtube", "videos", "poker", "games" ], "authors": [ "Xanll", "itsayushch" ], "license": "MIT", "bugs": { "url": "https://github.com/miudiscord/together.git/issues" }, "homepage": "https://github.com/miudiscord/together.git#readme", "dependencies": { "node-fetch": "^2.6.1" }, "devDependencies": { "discord.js": "^12.5.3" } }