UNPKG

koishi-plugin-royale

Version:
54 lines (53 loc) 1.33 kB
{ "name": "koishi-plugin-royale", "description": "Clash Royale信息查询", "version": "1.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "contributors": [ "Arshtyi <arshtyi_trantor@outlook.com>" ], "homepage": "https://github.com/Arshtyi/koishi-plugin-royale", "repository": { "type": "git", "url": "git+https://github.com/Arshtyi/koishi-plugin-royale.git" }, "license": "MIT", "scripts": { "build": "tsc -b && koishi-console build", "compile": "tsc -b && koishi-console build && npm pack", "pub": "npm publish" }, "keywords": [ "chatbot", "koishi", "plugin", "clash", "royale" ], "devDependencies": { "@koishijs/client": "^5.28.0", "@koishijs/components": "^1.5.19", "@types/node": "^20.10.0", "sass": "^1.72.0", "typescript": "^5.3.0", "vue": "^3.4.21" }, "peerDependencies": { "koishi": "^4.18.7" }, "koishi": { "browser": true, "description": { "en": "Clash Royale Information Query", "zh-CN": "Clash Royale信息查询" } }, "dependencies": { "axios": "^1.9.0" } }