{ "name": "dsh-douyin-creator", "version": "0.2.0", "description": "基于抖音官方资料的 DeepSeek Harness 自媒体创作与运营插件", "type": "module", "main": "./index.js", "exports": { ".": "./index.js" }, "bin": { "dsh-douyin-creator": "./bin/install.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/forgeturl/dsh-douyin-creator.git" }, "homepage": "https://github.com/forgeturl/dsh-douyin-creator#readme", "bugs": { "url": "https://github.com/forgeturl/dsh-douyin-creator/issues" }, "files": [ "bin/", "index.js", "lib/", "data/", "skills/", "evals/", "cordis.patch.yml", "README.md", "README.en.md", "CHANGELOG.md", "CONTRIBUTING.md", "SECURITY.md", "LICENSE", "NOTICE.md" ], "scripts": { "test": "node --check index.js && node --test && node scripts/validate-package.mjs", "pack:check": "npm --cache ./.npm-cache pack --dry-run" }, "keywords": [ "deepseek-harness", "dsh-plugin", "douyin", "creator", "official-sources", "agent-skill" ], "license": "MIT", "publishConfig": { "access": "public" }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } } }