12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "discord-wiki-bot",
- "version": "4.1.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",
- "readonly": "node main.js readonly",
- "test": "node main.js debug",
- "start": "node main.js"
- },
- "author": "MarkusRost",
- "license": "ISC",
- "engines": {
- "node": ">=14.0.0"
- },
- "dependencies": {
- "cheerio": "^1.0.0-rc.10",
- "datetime-difference": "^1.0.2",
- "discord-oauth2": "^2.6.0",
- "discord.js": "^12.5.3",
- "dotenv": "^10.0.0",
- "full-icu": "^1.3.4",
- "got": "^11.8.2",
- "htmlparser2": "^6.1.0",
- "npm": "^7.17.0",
- "pg": "^8.6.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",
- "wikipedia"
- ],
- "bugs": {
- "url": "https://github.com/Markus-Rost/discord-wiki-bot/issues"
- },
- "homepage": "https://github.com/Markus-Rost/discord-wiki-bot#readme"
- }
|