UNPKG

koishi-plugin-memes-api

Version:

表情包制作插件调用 API 版

65 lines 1.29 kB
{ "name": "koishi-plugin-memes-api", "description": "表情包制作插件调用 API 版", "version": "2.1.5", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "license": "MIT", "author": "LgCookie <lgc2333@126.com>", "homepage": "https://github.com/lgc-KoiDev/koishi-plugin-memes-api", "scripts": { "build:console": "koishi-console build" }, "keywords": [ "chatbot", "koishi", "plugin", "meme", "memes", "meme-generator", "petpet", "表情包", "头像表情包", "表情包制作", "表情包生成", "梗", "梗图", "迷因" ], "koishi": { "description": { "zh": "表情包制作插件调用 API 版" }, "service": { "required": [ "http" ], "optional": [ "notifier" ], "implements": [ "memesApi" ] }, "locales": [ "zh" ] }, "peerDependencies": { "@satorijs/element": "*", "koishi": "^4.18.8" }, "dependencies": { "meme-generator-rs-api": "^0.1.0", "p-limit": "^6.2.0" }, "optionalDependencies": { "@koishijs/plugin-help": "^2.4.5", "@koishijs/plugin-notifier": "^1.2.1", "koishi-plugin-adapter-onebot": "^6.8.0" } }