mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
26 lines
596 B
JSON
26 lines
596 B
JSON
{
|
|
"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.3",
|
|
"discord.js": "^12.5.1",
|
|
"dotenv": "^8.2.0",
|
|
"node-fetch": "^2.6.1",
|
|
"path": "^0.12.7"
|
|
}
|
|
}
|