aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: ebb1ae33bbe8df059a01504e08b88391c2f8b318 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "water-waifu",
    "version": "1.0.0",
    "description": "A bot that automatically assigns roles based on message reactions.",
    "main": "role.js",
    "scripts": {
        "start": "node ."
    },
    "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"
    }
}