forked from Markus-Rost/discord-wiki-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "discord-wiki-bot",
"version": "2.0.0",
"description": "Wiki-Bot is a bot for Discord with the purpose to easily link to Gamepedia and Fandom wikis. He resolves redirects and follows interwiki links.",
"main": "main.js",
"scripts": {
"test": "node --icu-data-dir=node_modules/full-icu main.js debug",
"start": "node --icu-data-dir=node_modules/full-icu main.js"
},
"author": "MarkusRost",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"discord.js": "^12.1.1",
"dotenv": "^6.2.0",
"full-icu": "^1.3.1",
"got": "^10.7.0",
"htmlparser2": "^3.10.1",
"npm": "^6.14.4",
"sqlite3": "^4.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Markus-Rost/discord-wiki-bot.git"
},
"keywords": [
"fandom",
"gamepedia",
"wikia",
"discord",
"wikibot",
"voice-channel",
"wiki",
"discord-bot"
],
"bugs": {
"url": "https://github.com/Markus-Rost/discord-wiki-bot/issues"
},
"homepage": "https://github.com/Markus-Rost/discord-wiki-bot#readme"
}