eximiabots-radiox/package.json

26 lines
565 B
JSON
Raw Normal View History

2020-03-02 19:38:42 +00:00
{
"name": "eximiabots-radiox",
2020-03-02 19:38:42 +00:00
"version": "1.0.0",
2020-06-30 17:15:06 +00:00
"description": "Radio Bot for Discord",
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"
},
"author": "EximiaBots",
"license": "MIT",
"bugs": {
"url": "https://github.com/warengroup/eximiabots-radiox/issues"
2020-03-02 19:38:42 +00:00
},
"dependencies": {
"@discordjs/opus": "^0.3.2",
"discord.js": "^12.3.0",
2020-03-02 19:38:42 +00:00
"dotenv": "^8.2.0",
2020-03-08 23:26:24 +00:00
"node-fetch": "^2.6.0",
2020-03-02 19:38:42 +00:00
"path": "^0.12.7"
}
}