-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
51 lines (51 loc) · 1.38 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
49
50
51
{
"name": "discord-wiki-bot",
"version": "4.5.0",
"type": "module",
"description": "Wiki-Bot is a bot with the purpose to easily search for and link to wiki pages. Wiki-Bot shows short descriptions and additional info about pages and is able to resolve redirects and follow interwiki links.",
"main": "main.js",
"scripts": {
"build": "cp -n .env.example .env",
"readonly": "node --trace-warnings main.js readonly",
"test": "node --trace-warnings main.js debug",
"start": "node --trace-warnings main.js"
},
"author": "MarkusRost",
"license": "ISC",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"cheerio": "^1.0.0",
"datetime-difference": "^1.0.2",
"discord-oauth2": "^2.12.1",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"full-icu": "^1.5.0",
"got": "^14.4.4",
"got-ssrf": "^3.0.0",
"htmlparser2": "^9.1.0",
"mediawiki-projects-list": "^4.7.3",
"npm": "^10.9.0",
"pg": "^8.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Markus-Rost/discord-wiki-bot.git"
},
"keywords": [
"mediawiki",
"fandom",
"gamepedia",
"wikia",
"discord",
"wikibot",
"wiki",
"discord-bot",
"wikipedia"
],
"bugs": {
"url": "https://github.com/Markus-Rost/discord-wiki-bot/issues"
},
"homepage": "https://github.com/Markus-Rost/discord-wiki-bot#readme"
}