6.7.0 - Alpha4 - 新增 JS 脚本工具 (run-scrapers.mjs)
This commit is contained in:
13
.utils/package.json
Normal file
13
.utils/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"cheerio": "^1.1.2",
|
||||
"node-fetch": "^3.3.2",
|
||||
"puppeteer": "^24.17.1",
|
||||
"domhandler": "^5.0.3",
|
||||
"dotenv": "^17.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@octokit/types": "^14.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user