@xiaozhedesu/koishi-plugin-ohayo
Version:
38 lines • 727 B
JSON
{
"name": "@xiaozhedesu/koishi-plugin-ohayo",
"description": "早安呐~",
"version": "0.1.6",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"contributors": [
"xiaozhedesu <xiaozhedesu0219@outlook.com>"
],
"license": "MIT",
"homepage": "https://github.com/xiaozhedesu/ohayo",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/xiaozhedesu/ohayo.git"
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"ohayo",
"早安"
],
"peerDependencies": {
"koishi": "^4.18.0"
},
"koishi": {
"description": {
"en": "Good morning~",
"zh": "早安呐~"
}
},
"dependencies": {}
}