Files
aliyunApsSkill/aliyun-sync/aliyun-aps-sync/package.json
2026-04-13 18:09:52 +08:00

19 lines
410 B
JSON

{
"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"
}
}