mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40:18 +00:00
19 lines
357 B
JSON
19 lines
357 B
JSON
|
{
|
||
|
"name": "radiox",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"discord.js": "^12.0.1",
|
||
|
"dotenv": "^8.2.0",
|
||
|
"fs": "0.0.1-security",
|
||
|
"node-opus": "^0.3.3",
|
||
|
"path": "^0.12.7"
|
||
|
}
|
||
|
}
|