feat: 增加可选依赖

This commit is contained in:
ikechan8370 2023-03-04 22:25:22 +08:00
parent 5680d37204
commit 17cc1c05cd

View file

@ -14,10 +14,12 @@
"puppeteer-extra-plugin-stealth": "^2.11.2",
"random": "^4.1.0",
"undici": "^5.20.0",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"ws": "^8.12.1"
},
"optionalDependencies": {
"jimp": "^0.22.7",
"sharp": "^0.31.3"
"sharp": "^0.31.3",
"https-proxy-agent": "5.0.1"
}
}