grootie.soundboard
Version:
A soundboard Package for discord bots.
35 lines (34 loc) • 645 B
JSON
{
"name": "grootie.soundboard",
"version": "1.0.0-beta",
"description": "A soundboard Package for discord bots.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sound",
"discord.js",
"discord",
"soundboard",
"grootie.soundboard",
"fun",
"tts"
],
"author": "alwaysluxury",
"license": "ISC",
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"@discordjs/voice": "^0.7.5",
"google-tts-api": "^2.0.2",
"stream": "^0.0.2"
},
"devDependencies": {}
}