| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "name": "@deepseek-ai/dsh-office-to-pdf",
- "description": "Shared Office-to-PDF conversion with bounded queues and caching",
- "version": "0.1.6-alpha.2",
- "publishConfig": {
- "access": "public"
- },
- "type": "module",
- "main": "lib/index.js",
- "types": "lib/types/index.d.ts",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "packages/document/office-to-pdf"
- },
- "exports": {
- ".": {
- "types": "./lib/types/index.d.ts",
- "default": "./lib/index.js"
- },
- "./src/*": "./src/*",
- "./package.json": "./package.json",
- "./types": {
- "types": "./lib/types/types.d.ts",
- "default": "./lib/types/types.js"
- },
- "./remote": {
- "types": "./lib/typert.remote-client.d.ts",
- "default": "./lib/typert.remote-client.js"
- },
- "./typert": {
- "types": "./lib/typert.host.d.ts",
- "default": "./lib/typert.host.js"
- }
- },
- "files": [
- "lib/index.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"
- ],
- "peerDependencies": {
- "@deepseek-ai/cordis": "workspace:^"
- },
- "devDependencies": {
- "@deepseek-ai/cordis": "workspace:^",
- "@deepseek-ai/cordis-plugin-loader": "workspace:^",
- "@deepseek-ai/cordis-plugin-include": "workspace:^",
- "@deepseek-ai/dsh-api-workspace-files": "workspace:^",
- "@deepseek-ai/dsh-fs": "workspace:^",
- "@deepseek-ai/dsh-session": "workspace:^"
- },
- "dependencies": {
- "@deepseek-ai/libreoffice-kit": "0.0.1",
- "@deepseek-ai/schemastery": "workspace:^",
- "@deepseek-ai/dsh-brand": "workspace:^",
- "@deepseek-ai/dsh-typert-protocol": "workspace:^",
- "zod": "^4.4.3"
- }
- }
|