Refactor GitCode daily bot
This commit is contained in:
19
package.json
19
package.json
@@ -1,15 +1,20 @@
|
||||
{
|
||||
"name": "playwright-demo",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"name": "gitcode-daily-bot",
|
||||
"version": "2.0.0",
|
||||
"description": "GitCode 每日任务自动化脚本(重构版)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"start": "node main.js",
|
||||
"test": "node main.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"keywords": [
|
||||
"gitcode",
|
||||
"playwright",
|
||||
"automation"
|
||||
],
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"dotenv": "^17.4.2",
|
||||
"playwright": "^1.58.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user