package.json 962 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "plugin-tips-cn",
  3. "version": "0.4.1",
  4. "description": "让 Hermes 说人话:把英文系统提示就地换成随机中文(忙时回执、进度心跳、自主进化复盘、后台任务、超时、权限、接口报错…)。三层网覆盖,词库 106 类 / 672 条。",
  5. "keywords": [
  6. "hermes",
  7. "hermes-agent",
  8. "plugin",
  9. "chinese",
  10. "zh-cn",
  11. "i18n",
  12. "localization",
  13. "tips"
  14. ],
  15. "license": "MIT",
  16. "author": "fmode",
  17. "homepage": "https://git.fmode.cn/fmode/plugin-tips-cn",
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://git.fmode.cn/fmode/plugin-tips-cn.git"
  21. },
  22. "files": [
  23. "plugin.yaml",
  24. "__init__.py",
  25. "phrases.json",
  26. "validate_phrases.py",
  27. "README.md",
  28. "LICENSE",
  29. "bin/"
  30. ],
  31. "bin": {
  32. "plugin-tips-cn": "bin/install.js"
  33. },
  34. "engines": {
  35. "node": ">=14"
  36. },
  37. "scripts": {
  38. "test": "node -e \"require('./bin/install.js')\" --check"
  39. }
  40. }