feat: add browser-assisted douyin capture flow
This commit is contained in:
14
scripts/douyin-browser-capture/package.json
Normal file
14
scripts/douyin-browser-capture/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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",
|
||||
"help": "node ./capture_and_sync.mjs --help"
|
||||
},
|
||||
"dependencies": {
|
||||
"playwright": "^1.56.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user