{ "name": "dsh-scout", "version": "0.8.2", "description": "Evidence-driven company and job intelligence plugin for DeepSeek Harness.", "license": "MIT", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "dist", "cordis.patch.yml", "scripts/profile-smoke.mjs", "README.md", "LICENSE", "docs/dsh-scout-product-contract.md", "docs/fixtures/dsh-scout/snapmaker-hr-head.json", "tests/model.test.mjs", "README.en.md" ], "scripts": { "build": "tsc -p tsconfig.json", "test": "npm run build && node --test tests/*.test.mjs", "check": "npm test", "test:profile": "node scripts/profile-smoke.mjs", "check:release": "npm test && npm run test:profile && pnpm pack --dry-run", "prepare": "npm run build" }, "engines": { "node": ">=22.19.0" }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.2 <5", "@deepseek-ai/dsh-tools": "^0.1.2-rc.1" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-tools": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/dsh-tools": "0.1.2-rc.1", "typescript": "^5.8.3" }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.2" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "repository": { "type": "git", "url": "git+https://github.com/MaxHou-infinity/dsh-scout.git" }, "keywords": [ "deepseek-harness", "dsh-plugin", "company-research", "job-intelligence", "hrbp" ] }