{ "name": "dsh-enhancement-suite", "version": "0.2.0", "description": "Enhancement suite for DeepSeek Harness — the official installer and registry for Scorp1o117's Vision, Soul/Persona, Memory, Marketplace & Reasoning plugins.", "type": "module", "license": "MIT", "engines": { "node": ">=22.18" }, "bin": { "dsh-enhance": "./bin/dsh-enhance.mjs" }, "files": [ "bin", "plugins.json", "README.md", "README.zh.md", "LICENSE", "docs" ], "scripts": { "check": "node --check bin/dsh-enhance.mjs && node bin/validate-manifest.mjs && node bin/dsh-enhance.mjs --help && node bin/dsh-enhance.mjs list", "prepublishOnly": "npm run check" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "ai-agent", "vision", "memory", "persona", "plugin-marketplace" ], "repository": { "type": "git", "url": "git+https://github.com/Scorp1o117/dsh-enhancement-suite.git" }, "bugs": { "url": "https://github.com/Scorp1o117/dsh-enhancement-suite/issues" }, "homepage": "https://github.com/Scorp1o117/dsh-enhancement-suite", "dependencies": {} }