{ "name": "eximiabots-radiox", "version": "0.2.0", "description": "Internet Radio to your Discord guild", "main": "index.js", "scripts": { "build": "rimraf ./build && tsc", "start": "npm run build && node build/index.js" }, "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.3", "@discordjs/voice": "^0.2.1", "@types/node": "^15.12.4", "@types/ws": "^7.4.5", "discord-api-types": "^0.18.1", "discord.js": "^13.0.0-dev.dec191aa1e4f22690285ca06c6eee7e6086b2930", "dotenv": "^8.6.0", "node-fetch": "^2.6.1", "path": "^0.12.7", "tsc-watch": "^4.4.0", "typescript": "^4.3.4" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.1.4", "nodemon": "^2.0.6", "prettier": "^1.19.1", "rimraf": "^3.0.2", "ts-node": "^8.10.2" } }