eximiabots-radiox/package.json

27 lines
615 B
JSON
Raw Normal View History

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": {
"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.1.0",
2020-03-02 19:38:42 +00:00
"discord.js": "^12.0.1",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
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"
}
}