eximiabots-radiox/package.json
2020-09-20 22:36:47 +03:00

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.2",
"discord.js": "^12.3.1",
"dotenv": "^8.2.0",
"node-fetch": "^2.6.1",
"path": "^0.12.7"
}
}