项目初始化

This commit is contained in:
ray
2026-04-13 18:09:52 +08:00
commit aa67b0e37e
22 changed files with 2959 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
}
}