{ "name": "aliyun-aps-sync", "version": "1.0.0", "private": true, "type": "module", "scripts": { "login": "node src/index.js login", "sync": "node src/index.js sync", "bills": "node src/index.js bills", "schedule": "node src/index.js schedule" }, "dependencies": { "dotenv": "^16.6.1", "nodemailer": "^6.10.1", "node-cron": "^4.2.1", "playwright": "^1.58.2" } }