Files
WebAI2API/package.json
T
2025-12-17 03:47:30 +08:00

28 lines
736 B
JSON

{
"name": "webai-2-api",
"version": "3.0.0",
"description": "基于 Playwright + Camoufox 的自动化图像生成工具",
"license": "MIT",
"author": "foxhui",
"type": "module",
"scripts": {
"start": "node server.js",
"test": "node scripts/test.js",
"genkey": "node scripts/genkey.js",
"init": "node scripts/init.js",
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@inquirer/prompts": "^8.0.1",
"better-sqlite3": "^12.5.0",
"camoufox-js": "^0.8.3",
"compressing": "^2.0.0",
"fingerprint-generator": "^2.1.78",
"ghost-cursor-playwright-port": "^1.4.3",
"got-scraping": "^4.1.2",
"playwright-core": "^1.57.0",
"proxy-chain": "^2.6.0",
"sharp": "^0.34.5",
"yaml": "^2.8.2"
}
}