2020-03-02 19:38:42 +00:00
|
|
|
{
|
|
|
|
"name": "radiox",
|
|
|
|
"version": "1.0.0",
|
2020-03-08 14:22:00 +00:00
|
|
|
"description": "We will bring you finnish radio to your discord server",
|
2020-03-02 19:38:42 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-03-08 09:47:11 +00:00
|
|
|
"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": {
|
2020-03-08 09:47:11 +00:00
|
|
|
"@discordjs/opus": "^0.1.0",
|
2020-03-02 19:38:42 +00:00
|
|
|
"discord.js": "^12.0.1",
|
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"fs": "0.0.1-security",
|
|
|
|
"path": "^0.12.7"
|
|
|
|
}
|
|
|
|
}
|