{ "name": "eximiabots-radiox", "version": "1.0.0", "description": "Radio Bot for Discord", "main": "index.js", "scripts": { "start": "node ." }, "repository": { "type": "git", "url": "git+https://github.com/warengroup/eximiabots-radiox.git" }, "author": "EximiaBots", "license": "MIT", "bugs": { "url": "https://github.com/warengroup/eximiabots-radiox/issues" }, "dependencies": { "@discordjs/opus": "^0.3.2", "discord.js": "^12.3.0", "dotenv": "^8.2.0", "node-fetch": "^2.6.0", "path": "^0.12.7" } }