eximiabots-radiox/package.json

26 lines
596 B
JSON
Raw Normal View History

2020-03-02 19:38:42 +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": {
"start": "node ."
},
"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",
"license": "MIT",
"bugs": {
"url": "https://github.com/warengroup/eximiabots-radiox/issues"
2020-03-02 19:38:42 +00:00
},
"dependencies": {
2020-10-25 17:17:55 +00:00
"@discordjs/opus": "^0.3.3",
2020-12-13 14:30:29 +00:00
"discord.js": "^12.5.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"
}
}