{ "name": "eximiabots-radiox", "version": "0.0.1", "description": "Internet Radio to your Discord guild", "main": "index.js", "scripts": { "start": "node ." }, "repository": { "type": "git", "url": "git+https://github.com/warengroup/eximiabots-radiox.git" }, "author": "EximiaBots by Warén Group", "license": "MIT", "bugs": { "url": "https://github.com/warengroup/eximiabots-radiox/issues" }, "dependencies": { "@discordjs/opus": "^0.3.2", "discord.js": "^12.3.1", "dotenv": "^8.2.0", "node-fetch": "^2.6.1", "path": "^0.12.7" } }