1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "discord-wiki-bot",
- "version": "2.3.0",
- "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": {
- "test": "node main.js debug",
- "start": "node main.js"
- },
- "author": "MarkusRost",
- "license": "ISC",
- "engines": {
- "node": ">=14.0.0"
- },
- "dependencies": {
- "cheerio": "^1.0.0-rc.3",
- "discord.js": "^12.2.0",
- "dotenv": "^8.2.0",
- "full-icu": "^1.3.1",
- "got": "^10.7.0",
- "htmlparser2": "^3.10.1",
- "npm": "^6.14.7",
- "sqlite3": "^4.2.0"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/Markus-Rost/discord-wiki-bot.git"
- },
- "keywords": [
- "mediawiki",
- "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"
- }
|