{ "name": "zcode-thinking-mode", "version": "0.3.0", "private": true, "type": "module", "description": "思考模式切换:查看/切换模型的 reasoning 档位(low/max/high),双写热档位库与模型配置,带默认值文件与自检。", "scripts": { "test": "node --test \"tests/*.test.mjs\"", "thinking": "node scripts/thinking.mjs", "status": "node scripts/thinking.mjs status", "variants": "node scripts/thinking.mjs variants", "defaults": "node scripts/thinking.mjs defaults", "doctor": "node scripts/thinking.mjs doctor" }, "engines": { "node": ">=22.5" } }