{ "name": "dsh-amadeus", "version": "0.1.0", "private": false, "description": "Amadeus — DSH 高权限 Galgame Mode amadeus + 独立移动端 APP,复用 dsh-mobile 的安全连接层", "type": "module", "main": "./lib/index.mjs", "types": "./lib/index.d.mts", "exports": { ".": { "types": "./lib/index.d.mts", "default": "./lib/index.mjs" }, "./client": { "default": "./lib/client.js" }, "./package.json": "./package.json" }, "files": [ "lib/**/*.mjs", "lib/**/*.d.mts", "lib/**/*.map", "lib/client.js", "cordis.patch.yml", "presets/**/*", "README.md" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-ui-sidebar" ], "immediately": true } }, "scripts": { "build": "tsdown", "typecheck": "tsc --noEmit", "lint": "tsc --noEmit", "test": "vitest run --pool=threads --maxWorkers=1" }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/saya-ch/dsh-amadeus.git" }, "license": "Apache-2.0", "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-host-webserver": "0.1.2-alpha.2", "dsh-mobile": "^0.3.3" }, "peerDependenciesMeta": { "dsh-mobile": { "optional": true }, "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-host-webserver": { "optional": true } }, "dependencies": { "bonjour-service": "^1.4.4", "qrcode": "^1.5.4", "selfsigned": "^5.5.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-host-webserver": "^0.1.2-alpha.2", "@deepseek-ai/dsh-llm": "^0.1.1-rc.2", "@types/node": "^24.3.0", "@types/qrcode": "^1.5.5", "@types/react": "^18.3.27", "dsh-mobile": "0.3.4", "react": "^18.3.1", "tsdown": "^0.22.14", "typescript": "^6.0.3", "vitest": "^4.1.11" } }