-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "emerald",
"version": "1.9.1",
"description": "A simple Discord bot built with Discord.js and Commando.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./",
"start": "node ./index.js"
},
"author": "rjt",
"license": "MIT",
"dependencies": {
"@google-cloud/storage": "^5.5.0",
"chalk": "^4.1.0",
"discord.js": "12.5.3",
"discord.js-commando": "discordjs/Commando",
"got": "^11.8.0",
"jimp": "^0.16.1",
"json-bigint": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"node-vibrant": "^3.1.6",
"parse-duration": "^0.4.4",
"pretty-ms": "^7.0.1",
"quick.db": "^7.1.3",
"url-regex-local": "^1.0.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rjt-rockx/emerald.git"
},
"keywords": [
"nodejs",
"discord.js",
"discord",
"commando",
"js",
"javascript",
"discord-bot",
"bot",
"sqlite"
],
"bugs": {
"url": "https://github.com/rjt-rockx/emerald/issues"
},
"homepage": "https://github.com/rjt-rockx/emerald#readme"
}