aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: d465c3da2c27abdb3eab0b7a42e334f8f9f35ce8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "package",
    "version": "1.0.0", // Project version, use semantic versioning plz :)
    "description": "", // Description of project.
    "main": "main.js", // Main source file.
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "NULL", // Author of bot.
    "license": "MIT", // License type.
    "dependencies": {
        "discord.js": "^11.4.2" // discord.js
    }
}