forked from ciderapp/Cider-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 838 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
{
"name": "Cider-Bot",
"version": "1.0.0",
"description": "Simple Discord Bot for use with Cider and its Discord server.",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ciderapp/Cider-Bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ciderapp/Cider-Bot/issues"
},
"homepage": "https://github.com/ciderapp/Cider-Bot#readme",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"cheerio": "^1.0.0-rc.10",
"discord-api-types": "^0.26.1",
"discord.js": "^13",
"express": "^4.17.3",
"is-railway": "^1.1.3",
"mongodb": "^4.4.1",
"node-fetch": "2.6.7"
}
}