63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "@deepseek-ai/dsh-tool-lab",
|
|
"description": "Model-facing laboratory tools over the LAN media lab: ComfyUI image generation, Docling PDF OCR, and Whishper speech-to-text",
|
|
"version": "0.1.0-rc.7",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://git.byte-mate.ru/api/packages/Coder/npm/",
|
|
"tag": "rc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.byte-mate.ru/Coder/dsh-plugins.git",
|
|
"directory": "packages/tool-lab"
|
|
},
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/index.d.ts",
|
|
"default": "./lib/index.js"
|
|
},
|
|
"./invariant": {
|
|
"types": "./lib/invariant.d.ts",
|
|
"default": "./lib/invariant.js"
|
|
},
|
|
"./src/*": "./src/*",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=22.19"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"peerDependencies": {
|
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
"@deepseek-ai/dsh-fs": "^0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-timeout": "^0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-tools": "^0.1.0-rc.7"
|
|
},
|
|
"dependencies": {
|
|
"@deepseek-ai/schemastery": "^3.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@deepseek-ai/cordis": "4.0.1",
|
|
"@deepseek-ai/schemastery": "3.18.1",
|
|
"@deepseek-ai/dsh-fs": "0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-invariants": "0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-timeout": "0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-tools": "0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-llm": "0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-sandbox": "0.1.0-rc.7",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.8",
|
|
"@types/node": "^22.20.0"
|
|
}
|
|
} |