koishi-plugin-wowsreplay-to-video
Version:
25 lines (24 loc) • 495 B
JSON
{
"name": "koishi-plugin-wowsreplay-to-video",
"description": "战舰世界WG服回放文件链接渲染视频",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Akagicv/koishi-plugin-wowsreplay-to-video.git"
},
"keywords": [
"chatbot",
"koishi",
"wows"
],
"peerDependencies": {
"koishi": "^4.18.0"
}
}