eximiabots-radiox/package.json
2020-03-11 22:29:28 +02:00

27 lines
609 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 ."
},
"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": {
"discord.js": "^12.0.1",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"node-fetch": "^2.6.0",
"node-opus": "^0.3.3",
"path": "^0.12.7"
}
}