refactor: dcloud 目录改名为 unicloud
同步 README 中的 crontab 安装路径引用。 Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>
This commit is contained in:
19
unicloud/package.json
Normal file
19
unicloud/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "unicloud",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"main": "renew.mjs",
|
||||
"scripts": {
|
||||
"begin": "npm install && npx playwright install-deps && npx playwright install chromium",
|
||||
"fire": "source renew_all.sh",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"dotenv": "^17.4.2",
|
||||
"playwright": "^1.62.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user