mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40:18 +00:00
28 lines
649 B
JSON
28 lines
649 B
JSON
{
|
|
"name": "radiox",
|
|
"version": "1.0.0",
|
|
"description": "We will bring you finnish radio to your discord server",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"install": "mkdir datastore"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.1.0",
|
|
"discord.js": "^12.0.2",
|
|
"dotenv": "^8.2.0",
|
|
"fs": "0.0.1-security",
|
|
"node-fetch": "^2.6.0",
|
|
"path": "^0.12.7"
|
|
}
|
|
}
|