12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "discord-wiki-bot",
- "version": "2.1.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 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": "^6.2.0",
- "full-icu": "^1.3.1",
- "got": "^10.7.0",
- "htmlparser2": "^3.10.1",
- "npm": "^6.14.5",
- "sqlite3": "^4.2.0"
- },
- "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"
- }
|