{
  "name": "koishi-plugin-yesimbot-extension-online-prompt",
  "description": "YesImBot 在线提示词加载扩展，由AI完成编写，不保证可靠性，可能出现奇怪问题",
  "version": "1.0.3",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "author": "我是小鸭头",
  "files": [
    "lib",
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc && node esbuild.config.mjs",
    "dev": "tsc -w --preserveWatchOutput",
    "lint": "eslint . --ext .ts",
    "clean": "rm -rf lib .turbo tsconfig.tsbuildinfo *.tgz",
    "pack": "bun pm pack"
  },
  "license": "MIT",
  "homepage": "https://github.com/WSXYT/koishi-plugin-yesimbot-extension-online-prompt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WSXYT/koishi-plugin-yesimbot-extension-online-prompt.git"
  },
  "bugs": {
    "url": "https://github.com/WSXYT/koishi-plugin-yesimbot-extension-online-prompt/issues"
  },
  "keywords": [
    "koishi",
    "plugin",
    "yesimbot",
    "prompt",
    "online",
    "gist",
    "notion",
    "ai"
  ],
  "devDependencies": {
    "koishi": "^4.18.7",
    "typescript": "^5.6.3",
    "esbuild": "^0.24.0"
  },
  "peerDependencies": {
    "koishi": "^4.18.7",
    "koishi-plugin-yesimbot": "*"
  },
  "koishi": {
    "description": {
      "zh": "从在线源动态加载自定义提示词，支持 GitHub Gist、Notion 等平台的实时同步。由AI完成编写，不保证可靠性，可能出现奇怪问题。",
      "en": "Dynamically load custom prompts from online sources, supporting real-time sync with GitHub Gist, Notion and other platforms. Written by AI, no guarantee of reliability, may have strange issues."
    },
    "service": {
      "required": ["yesimbot", "http"]
    },
    "locales": ["zh", "en"]
  }
}