koishi-plugin-enka-fork
Version:
Enka.Network for koishi
68 lines (67 loc) • 1.49 kB
JSON
{
"name": "koishi-plugin-enka-fork",
"description": "Enka.Network for koishi",
"version": "1.4.13",
"repository": {
"type": "git",
"url": "git+https://github.com/magisk317/koishi-plugin-enka-fork.git"
},
"homepage": "https://github.com/magisk317/koishi-plugin-enka-fork",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"contributors": [
"Lonay <i@lonay.me>",
"undefined <i@undefined.moe>"
],
"license": "AGPL-3.0-or-later",
"files": [
"lib",
"lib/locales/*.yml",
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"locales": "node scripts/convert-locales.js",
"build": "tsc",
"lint": "eslint src --ext ts --fix",
"prepack": "npm run build",
"prepublishOnly": "npm run lint"
},
"koishi": {
"description": {
"zh": "🐬 查查你的原神练度",
"en": "🐬 Show your genshin character showcase in koishi bot"
},
"service": {
"required": [
"puppeteer",
"database"
]
}
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"genshin",
"yunzai",
"enka",
"原神",
"练度"
],
"devDependencies": {
"@hydrooj/eslint-config": "^1.0.9",
"eslint": "^8.56.0",
"koishi-plugin-puppeteer": "3.5.0",
"yml-register": "^1.1.0"
},
"peerDependencies": {
"koishi": "^4.16.7",
"koishi-plugin-puppeteer": "^3.5.0"
},
"dependencies": {
"js-yaml": "^4.1.0",
"puppeteer-page-proxy": "^1.3.0"
}
}