{ "name": "storyforge-douyin-browser-capture", "version": "0.1.0", "private": true, "type": "module", "description": "Browser-assisted Douyin capture and sync tool for StoryForge", "scripts": { "capture": "node ./capture_and_sync.mjs", "control-panel": "node ./control_panel.mjs", "help": "node ./capture_and_sync.mjs --help" }, "dependencies": { "playwright": "^1.56.1" } }