{ "name": "mtmharness", "version": "0.9.26", "description": "Unified DeepSeek Harness Web plugin with Codebase Memory, Modern Go, Ponytail, and independent static/embed clients.", "type": "module", "engines": { "node": ">=22.19.0", "pnpm": ">=11.7.0" }, "main": "./lib/index.js", "types": "./lib/types/index.d.ts", "unpkg": "./dist/embed/mtmharness.iife.js", "jsdelivr": "./dist/embed/mtmharness.iife.js", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.cjs" }, "./embed": { "types": "./dist/types/embed/index.d.ts", "import": "./dist/embed/mtmharness.js" }, "./auth": { "types": "./dist/types/embed/app/auth.d.ts", "import": "./dist/auth.js" }, "./p2p-worker": { "types": "./lib/types/features/p2p/worker.d.ts", "default": "./lib/p2p-worker.cjs" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-store", "@deepseek-ai/dsh-client-ui-renderer", "@deepseek-ai/dsh-client-ui-primitives", "@deepseek-ai/dsh-client-ui-sidebar", "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-settings-plugins", "@deepseek-ai/dsh-client-ui-slots" ] } }, "files": [ "lib/index.js", "lib/client.cjs", "lib/p2p-worker.cjs", "lib/types/**/*.d.ts", "dist/embed", "dist/auth.js", "dist/types", "cordis.patch.yml", "README.md", "package.json", "LICENSE" ], "scripts": { "build": "node scripts/build.mjs", "typecheck": "tsc --noEmit && tsc --project tsconfig.embed.json --noEmit", "test": "vitest run --config vitest.config.ts && node --test tests/*.test.mjs", "prepack": "pnpm exec turbo run build --filter=mtmharness..." }, "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/codeh007/mtmdsh.git", "directory": "packages/mtmharness" }, "dependencies": { "@deepseek-ai/schemastery": "3.18.2", "npm": "11.7.0", "yaml": "^2.4.2" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-agent": "0.1.5-rc.1", "@deepseek-ai/dsh-attachment": "0.1.5-rc.1", "@deepseek-ai/dsh-brand": "0.1.5-rc.1", "@deepseek-ai/dsh-client-connection": "0.1.5-rc.1", "@deepseek-ai/dsh-client-locale": "0.1.5-rc.1", "@deepseek-ai/dsh-client-store": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-layout": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-primitives": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-renderer": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-settings": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-settings-plugins": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-sidebar": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-slots": "0.1.5-rc.1", "@deepseek-ai/dsh-code-runtime": "0.1.5-rc.1", "@deepseek-ai/dsh-commands": "0.1.5-rc.1", "@deepseek-ai/dsh-fs": "0.1.5-rc.1", "@deepseek-ai/dsh-home-paths": "0.1.5-rc.1", "@deepseek-ai/dsh-llm": "0.1.5-rc.1", "@deepseek-ai/dsh-mcp-client": "0.1.5-rc.1", "@deepseek-ai/dsh-sandbox": "0.1.5-rc.1", "@deepseek-ai/dsh-scope": "0.1.5-rc.1", "@deepseek-ai/dsh-session": "0.1.5-rc.1", "@deepseek-ai/dsh-session-projection": "0.1.5-rc.1", "@deepseek-ai/dsh-session-turn-outline": "0.1.5-rc.1", "@deepseek-ai/dsh-settings": "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-subprocess": "0.1.5-rc.1", "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.1", "@deepseek-ai/dsh-timeout": "0.1.5-rc.1", "@deepseek-ai/dsh-tools": "0.1.5-rc.1", "@deepseek-ai/dsh-typert-protocol": "0.1.5-rc.1", "@deepseek-ai/dsh-user-approval": "0.1.5-rc.1", "react": ">=18.2.0 <20" }, "devDependencies": { "@base-ui/react": "1.7.0", "@chainsafe/libp2p-noise": "^17.0.0", "@chainsafe/libp2p-yamux": "^8.0.1", "@libp2p/crypto": "^5.1.23", "@libp2p/websockets": "^10.1.21", "libp2p": "^3.3.11", "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/dsh-agent": "0.1.5-rc.1", "@deepseek-ai/dsh-attachment": "0.1.5-rc.1", "@deepseek-ai/dsh-brand": "0.1.5-rc.1", "@deepseek-ai/dsh-client-connection": "0.1.5-rc.1", "@deepseek-ai/dsh-client-locale": "0.1.5-rc.1", "@deepseek-ai/dsh-client-store": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-layout": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-primitives": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-renderer": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-settings": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-settings-plugins": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-sidebar": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-slots": "0.1.5-rc.1", "@deepseek-ai/dsh-code-runtime": "0.1.5-rc.1", "@deepseek-ai/dsh-commands": "0.1.5-rc.1", "@deepseek-ai/dsh-fs": "0.1.5-rc.1", "@deepseek-ai/dsh-home-paths": "0.1.5-rc.1", "@deepseek-ai/dsh-invariants": "0.1.5-rc.1", "@deepseek-ai/dsh-llm": "0.1.5-rc.1", "@deepseek-ai/dsh-mcp-client": "0.1.5-rc.1", "@deepseek-ai/dsh-sandbox": "0.1.5-rc.1", "@deepseek-ai/dsh-scope": "0.1.5-rc.1", "@deepseek-ai/dsh-session": "0.1.5-rc.1", "@deepseek-ai/dsh-session-projection": "0.1.5-rc.1", "@deepseek-ai/dsh-session-turn-outline": "0.1.5-rc.1", "@deepseek-ai/dsh-settings": "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-subprocess": "0.1.5-rc.1", "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.1", "@deepseek-ai/dsh-timeout": "0.1.5-rc.1", "@deepseek-ai/dsh-tools": "0.1.5-rc.1", "@deepseek-ai/dsh-typert-protocol": "0.1.5-rc.1", "@deepseek-ai/dsh-user-approval": "0.1.5-rc.1", "@tailwindcss/vite": "4.3.3", "@tanstack/react-router": "1.169.2", "@types/node": "22.20.1", "@types/react": "~18.3.1", "@types/react-dom": "~18.3.0", "@vitejs/plugin-react": "6.0.5", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "esbuild": "0.28.2", "jsdom": "30.0.1", "lucide-react": "1.21.0", "mtmcanvas": "workspace:*", "react": "18.3.1", "react-dom": "18.3.1", "tailwind-merge": "3.6.0", "tailwindcss": "4.3.0", "tw-animate-css": "1.4.0", "typescript": "6.0.3", "vite": "8.2.2", "vitest": "4.1.11" } }