eximiabots-radiox/package.json

28 lines
649 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 .",
"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"
2020-03-02 19:38:42 +00:00
},
"dependencies": {
2020-03-11 20:35:51 +00:00
"@discordjs/opus": "^0.1.0",
"discord.js": "^12.0.2",
2020-03-02 19:38:42 +00:00
"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"
}
}