koishi-plugin-screeps
Version:
screeps plugin for koishi
51 lines (50 loc) • 1.01 kB
JSON
{
"name": "koishi-plugin-screeps",
"description": "screeps plugin for koishi",
"version": "0.0.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist",
"Modelfile",
"readme.md"
],
"license": "MIT",
"keywords": [
"screeps",
"koishi",
"koishi-plugin"
],
"contributors": [
"lovezhangchuangxin <2911331070@qq.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/lovezhangchuangxin/koishi-plugin-screeps.git"
},
"author": {
"name": "lovezhangchuangxin",
"email": "2911331070@qq.com"
},
"peerDependencies": {
"koishi": "^4.18.7"
},
"dependencies": {
"canvas": "^3.1.2",
"koishi-plugin-cron": "^3.1.0",
"screeps-simple-api": "^1.3.1"
},
"koishi": {
"description": {
"en": "a screeps information query plugin",
"zh": "一个screeps的信息查询插件"
},
"service": {
"required": [
"database",
"cron"
]
}
}
}