{
  "name": "discord-tts",
  "version": "1.2.2",
  "description": "Node.js module to make your discord bot talk",
  "keywords": [
    "discord",
    "bot",
    "discord bot",
    "text",
    "to",
    "speech",
    "text to speech",
    "discord-tts",
    "tts"
  ],
  "main": "index.js",
  "scripts": {
    "lint": "eslint --report-unused-disable-directives .",
    "test": "node test/index.js"
  },
  "author": "https://github.com/mundoex",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mundoex/discord-tts.git"
  },
  "license": "MIT",
  "dependencies": {
    "google-tts-api": "^2.0.2"
  },
  "devDependencies": {
    "@discordjs/opus": "^0.7.0",
    "@discordjs/rest": "^0.1.0-canary.0",
    "@discordjs/voice": "^0.6.0",
    "@sapphire/snowflake": "^1.3.6",
    "discord-tts": "^1.2.2",
    "discord.js": "^13.2.0",
    "eslint": "^7.27.0",
    "libsodium-wrappers": "^0.7.9"
  }
}
