42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "discord-audio-stream",
|
|
"version": "0.1.0",
|
|
"description": "🖼️ NPM Package to stream any audio link on discord.",
|
|
"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/discord-audio-stream.git"
|
|
},
|
|
"keywords": [
|
|
"discordjs-v14",
|
|
"stream",
|
|
"audio",
|
|
"music"
|
|
],
|
|
"author": "FrauJulian | Julian Lechner",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/FrauJulian/discord-audio-stream/issues"
|
|
},
|
|
"homepage": "https://github.com/FrauJulian/discord-audio-stream#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",
|
|
"discord.js": "^14.14.1",
|
|
"ffmpeg-static": "^5.2.0",
|
|
"fs": "^0.0.1-security",
|
|
"libsodium-wrappers": "^0.7.13",
|
|
"opusscript": "^0.0.8"
|
|
}
|
|
}
|