Files
one_divine_lot/package.json
T
2026-08-29 16:20:33 +08:00

61 lines
1.7 KiB
JSON

{
"name": "one-divine-lot",
"version": "0.1.0",
"description": "神之一手 —— DSH 智能交易辅助系统插件:分仓管理(策略标签 + 持仓数据 + 本地存储),数据源直连 QMT Bridge REST",
"type": "module",
"main": "lib/index.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./client": {
"default": "./lib/client/index.js"
},
"./package.json": "./package.json"
},
"files": [
"lib"
],
"license": "MIT",
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"inject": [
"@deepseek-ai/dsh-client-runtime",
"@deepseek-ai/dsh-client-ui-slots",
"@deepseek-ai/dsh-client-ui-conversation",
"@deepseek-ai/dsh-client-connection"
],
"platform": "web"
}
},
"dependencies": {
"@deepseek-ai/schemastery": "^3.18.1"
},
"peerDependencies": {
"@deepseek-ai/cordis": "^4.0.1",
"@deepseek-ai/dsh-client-connection": "^0.1.1-rc.2",
"@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.2",
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.1-rc.2",
"@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.2",
"@deepseek-ai/dsh-settings": "^0.1.1-rc.2",
"react": "^18.2.0"
},
"scripts": {
"build": "rm -rf lib && tsc -p tsconfig.build.json && tsdown && node scripts/wrap-client.mjs",
"bundle": "tsdown",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
"@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2",
"@types/react": "~18.3.1",
"react": "^18.2.0",
"tsdown": "^0.22.2",
"typescript": "^5.6.0"
}
}