41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "discord-audio-stream",
|
|
"version": "0.4.1",
|
|
"description": "Node libary to make discord audio streaming easier.",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsup"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/FrauJulian/DiscordAudioStreamNPM.git"
|
|
},
|
|
"keywords": [
|
|
"discordjs-v14",
|
|
"stream",
|
|
"audio",
|
|
"music"
|
|
],
|
|
"author": "FrauJulian | Julian Lechner",
|
|
"license": "CUSTOM-LICENSE",
|
|
"bugs": {
|
|
"url": "https://github.com/FrauJulian/DiscordAudioStreamNPM/issues"
|
|
},
|
|
"homepage": "https://github.com/FrauJulian/DiscordAudioStreamNPM#readme",
|
|
"devDependencies": {
|
|
"@types/ejs": "^3.1.5",
|
|
"@types/node": "^20.12.8",
|
|
"tsup": "^8.0.2",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/voice": "^0.16.1",
|
|
"ffmpeg-static": "^5.2.0",
|
|
"fs": "^0.0.1-security",
|
|
"libsodium-wrappers": "^0.7.13",
|
|
"opusscript": "^0.0.8"
|
|
}
|
|
}
|