{ "name": "@cocofhu/anime-find", "version": "0.1.12", "description": "DeepSeek Harness 插件:对话内多源搜番,卡片详情、磁力复制与规则流媒体在线播放", "homepage": "https://github.com/cocofhu/anime-find#readme", "bugs": { "url": "https://github.com/cocofhu/anime-find/issues" }, "repository": { "type": "git", "url": "git+https://github.com/cocofhu/anime-find.git" }, "type": "module", "main": "lib/host.js", "exports": { ".": "./lib/host.js", "./client": "./lib/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib", "!lib/tests", "cordis.patch.yml", "README.md" ], "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "anime", "mikan", "bangumi" ], "license": "MIT", "publishConfig": { "access": "public" }, "packageManager": "pnpm@11.17.0", "engines": { "node": ">=22" }, "scripts": { "build": "tsc -p tsconfig.json && mkdir -p lib/tests/fixtures && cp src/client.js lib/client.js && cp node_modules/hls.js/dist/hls.min.js lib/hls.min.js && cp src/tests/fixtures/* lib/tests/fixtures/", "prepare": "npm run build", "test": "npm run build && node --test lib/tests/*.test.js", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-slots" ] } }, "peerDependencies": { "@deepseek-ai/cordis": "*", "@deepseek-ai/dsh-settings": "*", "@deepseek-ai/dsh-tools": "*", "@deepseek-ai/schemastery": "*", "react": "^18.2.0" }, "dependencies": { "cheerio": "^1.1.2", "hls.js": "^1.7.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-settings": "0.1.0-rc.8", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1", "@types/node": "^26.2.0", "typescript": "^7.0.2" } }