1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "discord-wiki-bot",
- "version": "4.3.0",
- "type": "module",
- "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": ">=16.6.0"
- },
- "dependencies": {
- "cheerio": "^1.0.0-rc.10",
- "datetime-difference": "^1.0.2",
- "discord-oauth2": "^2.10.0",
- "discord.js": "^13.6.0",
- "dotenv": "^16.0.0",
- "full-icu": "^1.4.0",
- "got": "^12.0.3",
- "htmlparser2": "^7.2.0",
- "npm": "^8.7.0",
- "pg": "^8.7.3"
- },
- "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"
- }
|