forked from foxhui/WebAI2API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 934 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "webai-2api",
"version": "3.0.0",
"description": "基于 Playwright + Camoufox 的自动化图像生成工具",
"license": "MIT",
"author": "foxhui",
"type": "module",
"scripts": {
"start": "node supervisor.js",
"genkey": "node scripts/genkey.js",
"init": "node scripts/init.js",
"postinstall": "node scripts/postinstall.js"
},
"imports": {
"#config": "./src/config/index.js",
"#utils/*": "./src/utils/*.js",
"#backend/*": "./src/backend/*.js",
"#server/*": "./src/server/*.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",
"https-proxy-agent": "^7.0.6",
"playwright-core": "^1.57.0",
"proxy-chain": "^2.6.0",
"sharp": "^0.34.5",
"socks-proxy-agent": "^8.0.5",
"yaml": "^2.8.2"
}
}