| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "@deepseek-ai/dsh-experimental-inspector",
- "description": "Experimental cross-realm CDP hub for Host debugging and Client Runtime inspection",
- "version": "0.1.5-rc.2",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "packages/experimental/inspector"
- },
- "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"
- },
- "./src/*": "./src/*",
- "./package.json": "./package.json"
- },
- "dsh": {
- "client": {
- "inject": [],
- "platform": "web",
- "immediately": true
- }
- },
- "files": [
- "lib/index.js",
- "lib/client.js",
- "lib/types/**/*.d.ts"
- ],
- "license": "MIT",
- "dependencies": {
- "@deepseek-ai/dsh-brand": "workspace:^",
- "@deepseek-ai/dsh-util-crypto": "workspace:^",
- "@deepseek-ai/schemastery": "workspace:^",
- "ws": "^8.21.0"
- },
- "peerDependencies": {
- "@deepseek-ai/cordis": "workspace:^",
- "@deepseek-ai/cordis-plugin-loader": "workspace:^",
- "@deepseek-ai/dsh-client-modules": "workspace:^",
- "@deepseek-ai/dsh-host-webserver": "workspace:^"
- },
- "devDependencies": {
- "@deepseek-ai/cordis": "workspace:^",
- "@deepseek-ai/cordis-plugin-include": "workspace:^",
- "@deepseek-ai/cordis-plugin-loader": "workspace:^",
- "@deepseek-ai/dsh-host-webserver": "workspace:^",
- "@types/ws": "^8.18.1",
- "playwright": "^1.49.0",
- "tsx": "^4.19.2"
- }
- }
|