项目初始化
This commit is contained in:
18
aliyun-sync/aliyun-aps-sync/package.json
Normal file
18
aliyun-sync/aliyun-aps-sync/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user