mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
24 lines
596 B
JSON
24 lines
596 B
JSON
{
|
|
"name": "lmarena-imagen-automator",
|
|
"version": "1.0.0",
|
|
"description": "基于 Puppeteer 的 LMArena 自动化图像生成工具",
|
|
"license": "MIT",
|
|
"author": "foxhui",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "node lib/test.js",
|
|
"genkey": "node lib/genApiKey.js"
|
|
},
|
|
"dependencies": {
|
|
"@inquirer/prompts": "^8.0.1",
|
|
"ghost-cursor": "^1.4.1",
|
|
"got-scraping": "^4.1.2",
|
|
"js-yaml": "^4.1.1",
|
|
"proxy-chain": "^2.6.0",
|
|
"puppeteer": "^24.31.0",
|
|
"puppeteer-extra": "^3.3.6",
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
"sharp": "^0.34.5"
|
|
}
|
|
} |