{ "name": "dsh-porter", "version": "0.2.0", "description": "DSH session data ops: cross-root migrate (cwd convert), workspace sync, inspect, repair, format convert. Zero dsh dependency.", "type": "module", "bin": { "dsh-porter": "src/cli.js" }, "engines": { "node": ">=20.11" }, "scripts": { "test": "node --test test/dsh-porter.test.js test/cli.test.js" }, "keywords": ["dsh", "deepseek-harness", "session", "migrate", "zstd"], "license": "MIT", "author": "ShatterDusk", "repository": { "type": "git", "url": "git+https://github.com/ShatterDusk/dsh-porter.git" }, "bugs": { "url": "https://github.com/ShatterDusk/dsh-porter/issues" }, "homepage": "https://github.com/ShatterDusk/dsh-porter#readme", "files": ["src/", "README.md", "LICENSE", "docs/format.md", "examples/"], "dependencies": { "fzstd": "^0.1.1", "@bokuweb/zstd-wasm": "^0.0.27" } }