UNPKG

discord-player-tts

Version:

A text-to-speech extractor for discord-player

53 lines (52 loc) 1.39 kB
{ "name": "discord-player-tts", "version": "1.0.9", "description": "A text-to-speech extractor for discord-player", "main": "dist/index.cjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup src/index.ts --format esm,cjs --dts --out-dir dist", "code": "git pull && npm i && code . && eslint src", "c": "npm run code", "prepare": "npm run build" }, "author": "iTsMaaT", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/iTsMaaT/discord-player-tts.git" }, "bugs": { "url": "https://github.com/iTsMaaT/discord-player-tts" }, "homepage": "https://github.com/iTsMaaT/discord-player-tts", "keywords": [ "discord", "bot", "music", "text-to-speech", "tts", "voice", "voice-channel" ], "devDependencies": { "@types/node": "^22.15.3", "@typescript-eslint/eslint-plugin": "^8.31.1", "@typescript-eslint/parser": "^8.31.1", "discord-player": "^7.1.0", "discord.js": "^14.19.3", "eslint": "^9.26.0", "globals": "^15.15.0", "mediaplex": "^1.0.0", "tsup": "^8.4.0", "typescript": "^5.8.3" } }