Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
refactor(日志): 替换console.log为tracing日志系统 style(代码): 移除未使用的代码和依赖项 feat(测试): 添加端到端测试文档和CI工作流 docs(变更日志): 更新CHANGELOG.md记录0.1.0版本变更 perf(构建): 更新依赖版本并优化CI流程
40 lines
758 B
JSON
40 lines
758 B
JSON
{
|
|
"name": "@zclaw/zclaw-chinese-models",
|
|
"version": "0.1.0",
|
|
"description": "Chinese AI model providers for ZCLAW: Zhipu GLM, Qwen, Kimi, MiniMax, DeepSeek, Baidu ERNIE, iFlytek Spark",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"keywords": [
|
|
"openclaw",
|
|
"plugin",
|
|
"zclaw",
|
|
"chinese",
|
|
"ai",
|
|
"glm",
|
|
"qwen",
|
|
"kimi",
|
|
"minimax",
|
|
"deepseek",
|
|
"baidu",
|
|
"ernie",
|
|
"spark",
|
|
"iflytek"
|
|
],
|
|
"author": "ZCLAW Team",
|
|
"license": "MIT",
|
|
"openclaw": {
|
|
"type": "provider",
|
|
"entry": "index.ts",
|
|
"extensions": ["./index.ts"]
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"index.ts",
|
|
"openclaw.plugin.json"
|
|
]
|
|
}
|