{
  "name": "koishi-plugin-rr-translator",
  "description": "人人有翻译计划，一个开箱即用的翻译插件。使用 nllb 进行翻译",
  "version": "1.0.2",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "homepage": "https://forum.koishi.xyz/t/topic/106",
  "author": "42 <mirrorcy@vip.qq.com>",
  "contributors": [
    "42 <mirrorcy@vip.qq.com>"
  ],
  "license": "MIT",
  "scripts": {
    "build": "atsc -b"
  },
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "translation",
    "翻译"
  ],
  "koishi": {
    "description": {
      "en": "rr translation",
      "zh": "人人有翻译计划"
    },
    "service": {
      "implements": [
        "translator"
      ]
    }
  },
  "peerDependencies": {
    "koishi": "^4.11.0"
  },
  "devDependencies": {
    "koishi": "^4.11.1"
  },
  "dependencies": {
    "@koishijs/translator": "^1.0.0"
  }
}
