koishi-plugin-please-like-me
Version:
赞我,一个QQ名片点赞插件,简单且更加强大,支持订阅点赞,对陌生人支持最多点赞50次。
32 lines (31 loc) • 619 B
JSON
{
"name": "koishi-plugin-please-like-me",
"description": "赞我,一个QQ名片点赞插件,简单且更加强大,支持订阅点赞,对陌生人支持最多点赞50次。",
"version": "1.1.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"qq",
"like",
"zanwo",
"please-like-me"
],
"devDependencies": {
"typescript": "^5.0.0"
},
"peerDependencies": {
"koishi": "^4.18.7"
}
}