123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "discord-wiki-bot",
- "version": "2.2.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": {
- "build": "cp -n .env.example .env",
- "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": "^11.5.2",
- "htmlparser2": "^4.1.0",
- "npm": "^6.14.7",
- "sqlite3": "^5.0.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"
- }
|