-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"dependencies": {
"@octokit/rest": "^16.28.0",
"adm-zip": "^0.4.13",
"cors": "^2.8.5",
"discord.js": "^11.4.2",
"express": "^4.17.1",
"body-parser": "^1.19.0",
"geoip-lite": "^1.3.8",
"gitlab": "^7.0.1",
"https": "^1.0.0",
"lowdb": "^1.0.0",
"moment": "^2.24.0",
"node-cron": "^2.0.3",
"prompt": "^1.0.0",
"ssh2": "^0.8.4",
"uuid": "^8.3.0",
"http-auth": "^4.1.2"
},
"name": "dragonite",
"description": "A discord bot for reacting to messages containing certain text in certain channels, and then prompting certain users whether or not they want to repost those messages to other channels.",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fortheusers/reposter-bot.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/fortheusers/reposter-bot/issues"
},
"homepage": "https://github.com/fortheusers/reposter-bot#readme"
}