Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Post text, images, videos, and long-form articles to X (Twitter) via real Chrome browser automation.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
scripts/package.json
1{2"name": "baoyu-post-to-x-scripts",3"private": true,4"type": "module",5"dependencies": {6"baoyu-chrome-cdp": "^0.1.1",7"baoyu-md": "^0.1.1",8"front-matter": "^4.0.2",9"highlight.js": "^11.11.1",10"marked": "^15.0.6",11"remark-cjk-friendly": "^1.1.0",12"remark-parse": "^11.0.0",13"remark-stringify": "^11.0.0",14"unified": "^11.0.5"15}16}17