{ "name": "dsh-industry-research", "version": "0.3.8", "description": "Industry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track), company scan cards (company_scan), and auditable research reports with an optional ctx.researchReport sealing bridge and a builtin Markdown fallback (industry_report). Research only — not investment advice.", "author": "dsh-industry-research contributors", "repository": { "type": "git", "url": "git+https://github.com/PerryLink/dsh-industry-research.git" }, "homepage": "https://github.com/PerryLink/dsh-industry-research#readme", "bugs": { "url": "https://github.com/PerryLink/dsh-industry-research/issues" }, "private": false, "type": "module", "main": "./lib/index.js", "types": "./lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "files": [ "lib", "src", "skills", "cordis.patch.yml", "CHANGELOG.md", "THIRD_PARTY_NOTICES.md", "README.md", "README.zh.md", "README.es.md", "README.pt.md", "README.hi.md", "LICENSE" ], "sideEffects": false, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "dshWorkshop": { "schema": "omdsh-workshop-package/v1", "type": "plugin", "integration": { "protocol": "harness-profile", "artifact": "cordis.patch.yml" }, "install": { "mode": "transactional", "adapter": "profile-bundle", "failurePolicy": "generation-rollback", "touchesCurrentBeforeActivation": false }, "lifecycle": { "activation": "restart-profile", "dispose": "supported" }, "permissions": [ "files:read", "files:write", "network:fetch", "native-code:none" ], "compatibility": { "dshVersions": ["0.1.2-rc.1","0.1.5-rc.1"] }, "capability": { "id": "industry-research", "kind": "tool", "invocation": "mount the dsh-industry-research bundle row, then call industry_map / industry_track / company_scan / industry_report or load the industry-research-method / company-research-method skills", "expected": "ctx.tools gains the four research tools, ctx.skills lists the two methodology skills, artifacts land under the configured industryRoot, and reports carry the research-only disclaimer with a source-traceability appendix" }, "evidence": { "install": null, "failureIsolation": null, "hotReload": null, "remove": null } }, "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "cordis", "industry-research", "company-research", "research", "report" ], "engines": { "node": "^22.19.0 || >=24.0.0" }, "packageManager": "pnpm@11.7.0", "peerDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-skill": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0", "@deepseek-ai/dsh-skill-filesystem": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0", "@deepseek-ai/dsh-tools": ">=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0", "@deepseek-ai/schemastery": "^3.18.2" }, "dependencies": { "tsdown": "^0.22.14", "typescript": "^5.9.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/cordis-plugin-include": "^1.0.7", "@deepseek-ai/cordis-plugin-loader": "^1.0.3", "@deepseek-ai/dsh-agent": "0.1.5-rc.1", "@deepseek-ai/dsh-llm": "0.1.5-rc.1", "@deepseek-ai/dsh-session": "0.1.5-rc.1", "@deepseek-ai/dsh-skill": "0.1.5-rc.1", "@deepseek-ai/dsh-skill-filesystem": "0.1.5-rc.1", "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.1", "@deepseek-ai/dsh-tools": "0.1.5-rc.1", "@deepseek-ai/dsh-web": "0.1.5-rc.1", "@deepseek-ai/schemastery": "^3.18.2", "@types/node": "^22.19.0", "@vitest/coverage-v8": "^3.2.0", "oxlint": "0.18.1", "vitest": "^3.2.0", "@deepseek-ai/dsh-attachment": "0.1.5-rc.1" }, "scripts": { "build": "node scripts/prepare.mjs", "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit", "typecheck:ci": "tsc -p tsconfig.ci.json --noEmit", "test": "vitest run", "test:coverage": "vitest run --coverage", "lint": "oxlint", "prepare": "node scripts/prepare.mjs", "verify:self-contained": "node scripts/verify-self-contained.mjs", "verify:artifacts": "node scripts/verify-artifacts.mjs", "verify:readme-sync": "node scripts/check-readme-sync.mjs", "verify:skills": "node scripts/check-skills.mjs", "pack:check": "node scripts/prepare.mjs && pnpm pack" }, "license": "Apache-2.0", "funding": { "type": "individual", "url": "https://github.com/sponsors/PerryLink" } }