koishi-plugin-pointmintmarket-pic
Version:
使用积分兑换图片?用这个插件就对了。支持多个api接入,通过pointmarket实现积分兑换。
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "koishi-plugin-pointmintmarket-pic",
"description": "使用积分兑换图片?用这个插件就对了。支持多个api接入,通过pointmarket实现积分兑换。",
"version": "0.1.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"contributors": [
"小舍 <DMB-codegang@users.noreply.github.com>"
],
"license": "AGPL-3.0",
"scripts": {},
"keywords": [
"chatbot",
"koishi",
"plugin",
"picture",
"exchange",
"market",
"pointmint",
"图片",
"涩图",
"积分兑换",
"兑换服务"
],
"devDependencies": {
"koishi-plugin-pointmintmarket": "^0.1.0",
"jsonpath": "^1.0.0"
},
"peerDependencies": {
"koishi": "^4.18.3",
"jsonpath": "^1.0.0"
},
"koishi": {
"description": {
"zh": "使用积分兑换图片?用这个插件就对了。支持多个api接入,通过pointmarket实现积分兑换。",
"en": "Use points to exchange pictures? Use this plugin. Supports multiple APIs and uses pointmarket to implement point exchange."
},
"services": {
"required": [
"market",
"http"
]
},
"preview": true
}
}