{ "name": "dshp-cli", "version": "0.1.2", "description": "dshp - scaffolding and DX toolkit for DeepSeek Harness plugin developers (installs the dshp command)", "license": "MIT", "type": "module", "bin": { "dshp-cli": "./dist/bin.mjs", "dshp": "./dist/bin.mjs" }, "files": [ "dist" ], "engines": { "node": "\u003e=20" }, "scripts": { "typecheck": "tsc -p tsconfig.json", "dev": "tsx src/bin.ts", "test": "node --test --import tsx/esm test/", "build": "tsdown src/bin.ts --format esm --outDir dist" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.22.4", "typescript": "^5.9.0" }, "keywords": [ "deepseek", "harness", "dsh", "plugin", "scaffold", "cli" ] }