eximiabots-radiox/package.json
2020-04-04 07:32:30 +03:00

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"
}
}