{ "name": "dsh-llm-grok", "description": "xAI Grok subscription login and chat for DeepSeek Harness", "version": "0.3.11", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/NOirBRight/dsh-llm-grok.git" }, "bugs": { "url": "https://github.com/NOirBRight/dsh-llm-grok/issues" }, "homepage": "https://github.com/NOirBRight/dsh-llm-grok#readme", "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./invariant": { "types": "./lib/types/invariant.d.ts", "default": "./lib/invariant.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/invariant.js", "lib/client.js", "lib/types/**/*.d.ts", "cordis.patch.yml", "README.zh.md" ], "scripts": { "bundle": "tsc -p tsconfig.json && tsdown", "build": "tsc -p tsconfig.json && tsdown", "test": "vitest run", "typecheck": "tsc -p tsconfig.json --noEmit", "pack:check": "DSH_ALPHA4_PLUGIN_ROOT=\"$PWD\" node scripts/check-alpha4-pack.mjs", "fixtures:alpha4": "DSH_ALPHA4_PLUGIN_ROOT=\"$PWD\" node scripts/prepare-alpha4-fixtures.mjs", "check": "pnpm run build && pnpm run test && pnpm run pack:check && pnpm run check:alpha-adapter", "check:alpha-adapter": "node scripts/check-alpha-adapter.mjs" }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "license": "MIT", "dependencies": { "@deepseek-ai/dsh-util-values": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@earendil-works/pi-ai": "^0.84.2" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-api-remotes", "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-settings-plugins", "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-ui-renderer" ], "platform": "web" }, "compatibility": { "dshReleases": { "0.1.2-alpha.4": "compatible", "0.1.2-rc.1": "compatible" } } }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.2 <5.0.0", "dsh-model-switch": "^0.4.5", "@deepseek-ai/dsh-api-remotes": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-client-connection": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-client-locale": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-layout": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-renderer": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-settings": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-settings-plugins": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-slots": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-attachment": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-fs": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-tools": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-web": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-invariants": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-launch-environment": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-llm": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-llm-pi-ai": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-settings": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/dsh-timeout": ">=0.1.2-alpha.4 <1.0.0 || 0.1.2-alpha.5 || 0.1.2-rc.1", "@deepseek-ai/schemastery": "^3.18.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "peerDependenciesMeta": { "dsh-model-switch": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/cordis-plugin-include": "^1.0.6", "@deepseek-ai/cordis-plugin-loader": "^1.0.2", "@deepseek-ai/dsh-agent": "0.1.2-alpha.4", "@deepseek-ai/dsh-api-remotes": "0.1.2-alpha.4", "@deepseek-ai/dsh-attachment": "0.1.2-alpha.4", "@deepseek-ai/dsh-attachment-local": "0.1.2-alpha.4", "@deepseek-ai/dsh-client-connection": "0.1.2-alpha.4", "@deepseek-ai/dsh-client-locale": "0.1.2-alpha.4", "@deepseek-ai/dsh-client-ui-layout": "0.1.2-alpha.4", "@deepseek-ai/dsh-client-ui-renderer": "0.1.2-alpha.4", "@deepseek-ai/dsh-client-ui-settings": "0.1.2-alpha.4", "@deepseek-ai/dsh-client-ui-settings-plugins": "0.1.2-alpha.4", "@deepseek-ai/dsh-client-ui-slots": "0.1.2-alpha.4", "@deepseek-ai/dsh-code-runtime": "0.1.2-alpha.4", "@deepseek-ai/dsh-credentials": "0.1.2-alpha.4", "@deepseek-ai/dsh-fs": "0.1.2-alpha.4", "@deepseek-ai/dsh-fs-local": "0.1.2-alpha.4", "@deepseek-ai/dsh-home-paths": "0.1.2-alpha.4", "@deepseek-ai/dsh-invariants": "0.1.2-alpha.4", "@deepseek-ai/dsh-launch-environment": "0.1.2-alpha.4", "@deepseek-ai/dsh-llm": "0.1.2-alpha.4", "@deepseek-ai/dsh-llm-pi-ai": "0.1.2-alpha.4", "@deepseek-ai/dsh-scope": "0.1.2-alpha.4", "@deepseek-ai/dsh-session": "0.1.2-alpha.4", "@deepseek-ai/dsh-settings": "0.1.2-alpha.4", "@deepseek-ai/dsh-system-prompt": "0.1.2-alpha.4", "@deepseek-ai/dsh-user-approval": "0.1.2-alpha.4", "@deepseek-ai/dsh-timeout": "0.1.2-alpha.4", "@deepseek-ai/dsh-tools": "0.1.2-alpha.4", "@deepseek-ai/dsh-web": "0.1.2-alpha.4", "@deepseek-ai/schemastery": "^3.18.1", "@testing-library/react": "^16.3.2", "@types/node": "^22.0.0", "@types/react": "~18.3.1", "@types/react-dom": "~18.3.1", "@testing-library/dom": "^10.0.0", "jsdom": "^29.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", "sharp": "^0.35.3", "tsdown": "^0.22.2", "typescript": "^5.9.3", "vitest": "^4.1.8", "dsh-llm-providers-ui": "https://github.com/NOirBRight/dsh-llm-providers-ui/releases/download/v0.1.9/dsh-llm-providers-ui-0.1.9.tgz", "dsh-model-switch": "https://github.com/NOirBRight/dsh-model-switch/releases/download/v0.4.6/dsh-model-switch-0.4.6.tgz" } }