personal-hub/tools/xiaozhu_package.json
StillHammer 3c8162c990 Sync couple_matters: December crisis, separation agreement, daily check v2, xiaozhu search
Major updates:
- December 2025 crisis documentation and separation agreement
- Daily check system v2 with multiple card categories
- Xiaozhu rental search tools and results
- Exit plan documentation
- Message drafts for family communication
- Confluent moved to CONSTANT
- Updated profiles and promises

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-23 07:04:02 +08:00

14 lines
330 B
JSON

{
"name": "xiaozhu-scraper",
"version": "1.0.0",
"description": "Scraper pour trouver un appart près de Jiaoda Xujiahui",
"main": "xiaozhu_scraper.js",
"scripts": {
"login": "LOGIN_MODE=true node xiaozhu_scraper.js",
"search": "node xiaozhu_scraper.js"
},
"dependencies": {
"puppeteer": "^21.6.0"
}
}