aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..96bc80e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "water-waifu",
+ "version": "1.0.0",
+ "description": "A bot that automatically assigns roles based on message reactions.",
+ "main": "role.js",
+ "scripts": {
+ "start": "node .",
+ "test": "node tests.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/8cy/water-waifu.git"
+ },
+ "author": "Sin",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/8cy/water-waifu/issues"
+ },
+ "homepage": "https://github.com/8cy/water-waifu#readme",
+ "dependencies": {
+ "discord.js": "^11.5.1"
+ }
+}