diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2025-11-11 14:14:48 +0100 |
|---|---|---|
| committer | Your Name <you@example.com> | 2025-11-13 19:07:45 +0100 |
| commit | f10e48a8d8d0cdca589c9d73791b9a46e896425d (patch) | |
| tree | 97055c143dffa352cec1a3e122a9061584a1e324 /package.json | |
Initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..16f5cba --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "pajser", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "start": "node index.js" + }, + "keywords": [], + "author": "", + "license": "ISC", + "type": "commonjs", + "dependencies": { + "@discordjs/opus": "^0.10.0", + "@discordjs/voice": "^0.18.0", + "discord.js": "^14.24.2", + "dotenv": "^17.2.3", + "opusscript": "^0.0.8", + "sodium-native": "^5.0.9" + } +} |
