mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
20 lines
457 B
JSON
20 lines
457 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": {
|
|
"got-scraping": "^4.1.2",
|
|
"js-yaml": "^4.1.1",
|
|
"proxy-chain": "^2.6.0",
|
|
"puppeteer": "^24.31.0",
|
|
"sharp": "^0.34.5"
|
|
}
|
|
} |