2020-03-02 19:38:42 +00:00
|
|
|
{
|
2020-08-14 23:36:15 +00:00
|
|
|
"name": "eximiabots-radiox",
|
2020-08-22 10:31:28 +00:00
|
|
|
"version": "0.0.1",
|
2020-08-16 23:50:07 +00:00
|
|
|
"description": "Internet Radio to your Discord guild",
|
2020-03-02 19:38:42 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-08-14 21:18:42 +00:00
|
|
|
"start": "node ."
|
2020-03-08 09:47:11 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/warengroup/eximiabots-radiox.git"
|
|
|
|
},
|
2020-08-22 10:31:28 +00:00
|
|
|
"author": "EximiaBots by Warén Group",
|
2020-03-08 09:47:11 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/warengroup/eximiabots-radiox/issues"
|
2020-03-02 19:38:42 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-08-14 21:11:42 +00:00
|
|
|
"@discordjs/opus": "^0.3.2",
|
2020-08-15 19:55:11 +00:00
|
|
|
"discord.js": "^12.3.1",
|
2020-03-02 19:38:42 +00:00
|
|
|
"dotenv": "^8.2.0",
|
2020-09-20 19:36:47 +00:00
|
|
|
"node-fetch": "^2.6.1",
|
2020-03-02 19:38:42 +00:00
|
|
|
"path": "^0.12.7"
|
|
|
|
}
|
|
|
|
}
|