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>
14 lines
330 B
JSON
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"
|
|
}
|
|
}
|