| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "plugin-tips-cn",
- "version": "0.4.1",
- "description": "让 Hermes 说人话:把英文系统提示就地换成随机中文(忙时回执、进度心跳、自主进化复盘、后台任务、超时、权限、接口报错…)。三层网覆盖,词库 106 类 / 672 条。",
- "keywords": [
- "hermes",
- "hermes-agent",
- "plugin",
- "chinese",
- "zh-cn",
- "i18n",
- "localization",
- "tips"
- ],
- "license": "MIT",
- "author": "fmode",
- "homepage": "https://git.fmode.cn/fmode/plugin-tips-cn",
- "repository": {
- "type": "git",
- "url": "git+https://git.fmode.cn/fmode/plugin-tips-cn.git"
- },
- "files": [
- "plugin.yaml",
- "__init__.py",
- "phrases.json",
- "validate_phrases.py",
- "README.md",
- "LICENSE",
- "bin/"
- ],
- "bin": {
- "plugin-tips-cn": "bin/install.js"
- },
- "engines": {
- "node": ">=14"
- },
- "scripts": {
- "test": "node -e \"require('./bin/install.js')\" --check"
- }
- }
|