add dcloud-renew

This commit is contained in:
luk
2026-07-30 22:09:46 +08:00
parent 0eb30b6361
commit e3ffcbc06c
6 changed files with 203 additions and 0 deletions

17
dcloud-renew/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "dcloud-renew",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "renew.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^17.4.2",
"playwright": "^1.62.0"
}
}