{ "name": "dsh-wm", "version": "0.3.0", "description": "Playable world-model toolkit for DeepSeek Harness: look at frames, compare pred vs GT, watch the action track, name the 3D / pixel / latent route, and RSI the research loop.", "type": "module", "main": "index.js", "bin": { "dsh-wm": "./bin/wm.js" }, "files": [ "index.js", "cli.js", "bin", "cordis.patch.yml", "lib", "skills", "fixtures", "README.md", "LICENSE", "README.zh.md", "CHANGELOG.md", "knowledge" ], "exports": { ".": "./index.js", "./package.json": "./package.json" }, "scripts": { "test": "node --test test/*.test.js", "fixtures": "node scripts/generate-fixtures.js", "check": "node cli.js knowledge --id rsi-harness && node cli.js diagnose \"late collapse after the first chunk\" && node cli.js discover fixtures/sunset && node cli.js summarize fixtures/sunset && node cli.js diff --pred fixtures/sunset/pred --gt fixtures/sunset/gt && node cli.js inspect fixtures/sunset --indices first,mid,last && node cli.js view fixtures/sunset" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "peerDependencies": { "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/dsh-skill": "^0.1.0-rc.6" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-tools": { "optional": true }, "@deepseek-ai/dsh-skill": { "optional": true } }, "engines": { "node": ">=18" }, "license": "MIT", "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "world-model", "knowledge", "rsi", "research", "ssim", "rollout", "pixel", "latent", "3d", "video-generation" ], "repository": { "type": "git", "url": "git+https://github.com/WayneJin0918/dsh-wm.git" }, "bugs": { "url": "https://github.com/WayneJin0918/dsh-wm/issues" }, "homepage": "https://github.com/WayneJin0918/dsh-wm#readme" }