summaryrefslogtreecommitdiff
path: root/includes/external/discord/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/discord/package.json')
-rw-r--r--includes/external/discord/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/includes/external/discord/package.json b/includes/external/discord/package.json
new file mode 100644
index 0000000..3ff920e
--- /dev/null
+++ b/includes/external/discord/package.json
@@ -0,0 +1,9 @@
+{
+ "dependencies": {
+ "discord.js": "^14.8.0",
+ "nodemon": "^2.0.21"
+ },
+ "scripts": {
+ "start": "nodemon -i cache.json index.js"
+ }
+}