about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..50ba1e4
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+  "name": "btw-bot",
+  "version": "1.0.0",
+  "description": "A Discord bot for when you want to let everyone know you use Linux btw",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1",
+    "lint": "standard"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/Brinoleum/btw-bot.git"
+  },
+  "author": "Brian Chu",
+  "license": "GPL-3.0",
+  "bugs": {
+    "url": "https://github.com/Brinoleum/btw-bot/issues"
+  },
+  "homepage": "https://github.com/Brinoleum/btw-bot#readme",
+  "dependencies": {
+    "discord.js": "^12.5.1",
+    "dotenv": "^8.2.0"
+  },
+  "devDependencies": {
+    "standard": "^16.0.3"
+  }
+}