UNPKG

koishi-plugin-mediawiki

Version:
67 lines 1.61 kB
{ "name": "koishi-plugin-mediawiki", "version": "3.1.0", "description": "MediaWiki for koishijs", "author": "Dragon-Fish <824399619@qq.com>", "license": "Apache-2.0", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "tslib": "^2.7.0", "wiki-saikou": "^3.4.0" }, "devDependencies": { "@types/node": "^22.6.1", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", "eslint": "^9.11.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "koishi": "^4.18.0", "koishi-plugin-puppeteer": "^3.9.0", "prettier": "^3.3.3", "typescript": "^5.6.2" }, "peerDependencies": { "koishi": "^4.18.0", "koishi-plugin-puppeteer": "^3.9.0" }, "repository": "https://github.com/koishijs/koishi-plugin-mediawiki", "keywords": [ "koishi", "koishi-plugin", "mediawiki", "mediawiki-bot", "mediawiki-api", "subscribe", "chatbot" ], "koishi": { "description": { "en": "MediaWiki for Koishi.js - tightly connect your chat channel with your wiki site!", "zh": "Koishi.js 的 MediaWiki 插件,将您的群聊与 wiki 站点紧密连接!" }, "service": { "required": [ "database" ], "optional": [ "puppeteer" ], "implements": [] }, "locales": [ "zh" ] }, "scripts": { "lint": "eslint . --fix", "build": "tsc --build --force", "prepublish": "npm run build", "watch": "tsc --watch" } }