{ "name": "dsh-beginner-hub", "version": "0.4.1", "description": "DSH 新手台:需求路由(大白话→方案卡)+ 动态兜底(上网查/GitHub找)+ 新手引导,面向 DeepSeek Harness 新用户的引导插件", "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "beginner", "onboarding", "skill", "router", "copilot", "guide" ], "type": "module", "main": "lib/index.js", "files": [ "lib", "cordis.patch.yml", "README.md", "LICENSE", "docs" ], "scripts": { "check": "node --check lib/index.js && node --check lib/env-check.js && node --check lib/settings-lite.js && node --check lib/data.js && node --check lib/frontend/hub.js" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "license": "MIT", "author": "chaochaokongbai", "repository": { "type": "git", "url": "git+https://github.com/chaochaokongbai/dsh-beginner-hub.git" }, "homepage": "https://github.com/chaochaokongbai/dsh-beginner-hub#readme", "bugs": { "url": "https://github.com/chaochaokongbai/dsh-beginner-hub/issues" }, "engines": { "node": ">=20" } }