21 lines
393 B
JSON
21 lines
393 B
JSON
{
|
|
"name": "gitcode-daily-bot",
|
|
"version": "2.0.0",
|
|
"description": "GitCode 每日任务自动化脚本(重构版)",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "node main.js",
|
|
"test": "node main.js"
|
|
},
|
|
"keywords": [
|
|
"gitcode",
|
|
"playwright",
|
|
"automation"
|
|
],
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^17.4.2",
|
|
"playwright": "^1.58.2"
|
|
}
|
|
}
|