From f10e48a8d8d0cdca589c9d73791b9a46e896425d Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Tue, 11 Nov 2025 14:14:48 +0100 Subject: Initial commit --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json (limited to 'package.json') 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" + } +} -- cgit v1.2.3