mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
"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",
|
|
"puppeteer": "^24.31.0",
|
|
"sharp": "^0.34.5"
|
|
}
|
|
} |