{
  "name": "koishi-plugin-ffmpeg-path",
  "version": "2.0.0",
  "description": "允许指定 FFmpeg 可执行文件路径，或自动下载 FFmpeg。",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "nereid",
    "src"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koishi-shangxue-plugins/service-more.git"
  },
  "bugs": {
    "url": "https://github.com/koishi-shangxue-plugins/service-more/issues"
  },
  "homepage": "https://github.com/koishi-shangxue-plugins/service-more",
  "keywords": [
    "koishi",
    "plugin",
    "ffmpeg",
    "path",
    "termux"
  ],
  "dependencies": {
    "@shopify/semaphore": "^3.1.0",
    "get-registry": "^1.1.0",
    "nereid": "^0.0.5",
    "silk-wasm": "^3.7.1"
  },
  "peerDependencies": {
    "koishi": "^4.15.5"
  },
  "koishi": {
    "description": {
      "zh": "允许指定 FFmpeg 可执行文件路径。可自动查找 或 下载 FFmpeg。可选启用 SILK 音频编码服务。"
    },
    "service": {
      "required": [
        "logger"
      ],
      "implements": [
        "ffmpeg",
        "silk"
      ]
    }
  }
}
