{ "name": "nyx-file-panel", "version": "0.6.5", "description": "Antigravity-style in-app file panel for DeepSeek Harness: file links open a right-side preview / diff / editor column instead of the OS default app.", "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "bin": { "nyx-file-panel": "./bin/nyx-file-panel.mjs" }, "files": [ "lib", "cordis.patch.yml", "bin", "docs", "README.md", "README.vn.md", "LICENSE" ], "engines": { "node": ">=20" }, "keywords": [ "dsh", "deepseek-harness", "dsh-plugin", "file-panel", "diff", "viewer" ], "author": "nyx-file-panel contributors", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/thanhdz235123-commits/nyx-dsh-plugins.git" }, "homepage": "https://github.com/thanhdz235123-commits/nyx-dsh-plugins#readme", "bugs": { "url": "https://github.com/thanhdz235123-commits/nyx-dsh-plugins/issues" }, "publishConfig": { "access": "public" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-ui-primitives", "@deepseek-ai/dsh-client-ui-slots" ], "immediately": true, "platform": "web" } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-rc.1" }, "scripts": { "verify": "node tools/verify.mjs" } }