aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 96bc80e8e49afb53efed39ae88d75d66254d5d6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
    }
}