| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "name": "@deepseek-ai/dsh-client-file-upload",
- "description": "Agent-scoped browser file upload, streaming intake, and staged receipt service",
- "version": "0.1.5-alpha.1",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "packages/client/file-upload"
- },
- "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"
- },
- "./types": {
- "types": "./lib/types/types.d.ts",
- "default": "./lib/types/types.js"
- },
- "./typert": {
- "types": "./lib/typert.host.d.ts",
- "default": "./lib/typert.host.js"
- },
- "./remote": {
- "types": "./lib/typert.remote-client.d.ts",
- "default": "./lib/typert.remote-client.js"
- },
- "./src/*": "./src/*",
- "./package.json": "./package.json"
- },
- "dsh": {
- "client": {
- "inject": [
- "@deepseek-ai/dsh-api-remotes"
- ],
- "platform": "web",
- "immediately": true
- }
- },
- "scripts": {
- "bundle": "tsdown",
- "watch": "tsdown --watch"
- },
- "license": "MIT",
- "files": [
- "lib/index.js",
- "lib/client.js",
- "lib/types/**/*.js",
- "lib/types/**/*.d.ts",
- "lib/typert.host.js",
- "lib/typert.host.d.ts",
- "lib/typert.remote-client.js",
- "lib/typert.remote-client.d.ts"
- ],
- "dependencies": {
- "zod": "^4.4.3",
- "@deepseek-ai/dsh-typert-protocol": "workspace:^",
- "@deepseek-ai/dsh-brand": "workspace:^"
- },
- "peerDependencies": {
- "@deepseek-ai/cordis": "workspace:^",
- "@deepseek-ai/dsh-scope": "workspace:^"
- },
- "devDependencies": {
- "@deepseek-ai/cordis": "workspace:^",
- "@deepseek-ai/dsh-agent": "workspace:^",
- "@deepseek-ai/dsh-client-connection": "workspace:^",
- "@deepseek-ai/dsh-commands": "workspace:^",
- "@deepseek-ai/dsh-scope": "workspace:^",
- "@deepseek-ai/dsh-util-crypto": "workspace:^",
- "@deepseek-ai/dsh-api-remotes": "workspace:^",
- "@deepseek-ai/dsh-session": "workspace:^",
- "@deepseek-ai/dsh-attachment": "workspace:^"
- }
- }
|