summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
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"
+ }
+}