Files
sysconfig/dcloud-renew/package.json
2026-08-17 07:30:01 +08:00

20 lines
453 B
JSON

{
"name": "dcloud-renew",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "renew.js",
"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"
}
}