@kx501/koishi-plugin-red-packet
Version:
44 lines • 870 B
JSON
{
"name": "@kx501/koishi-plugin-red-packet",
"description": "来抢个手气红包吧",
"version": "1.1.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"contributors": [
"kx501 <x501@foxmail.com>"
],
"homepage": "https://github.com/Kx501/koishi-plugin-red-packet",
"repository": {
"type": "git",
"url": "git+https://github.com/Kx501/koishi-plugin-red-packet.git"
},
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"red-packet"
],
"peerDependencies": {
"koishi": "^4.17.11"
},
"koishi": {
"service": {
"required": [
"monetary",
"database"
],
"optional": []
},
"preview": true,
"hidden": true
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}