-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 884 Bytes
/
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
{
"name": "cashshow-hq-discord-bot",
"version": "1.0.0",
"description": "Bot that retrieves question's best answers, and send them to Discord",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lil-Pepe/CashShow-HQ-Discord-Bot.git"
},
"keywords": [
"bot",
"hq",
"trivia",
"cash",
"show",
"discord",
"answers",
"question"
],
"author": "LilPepe#6973",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lil-Pepe/CashShow-HQ-Discord-Bot/issues"
},
"homepage": "https://github.com/Lil-Pepe/CashShow-HQ-Discord-Bot#readme",
"dependencies": {
"async": "^2.6.1",
"desktop-screenshot": "^0.1.1",
"discord.js": "^11.4.2",
"gm": "^1.23.1",
"nodecr": "0.0.5",
"request": "^2.88.0"
}
}