fix: move node-silk to optional dependencies to avoid various installation problems

This commit is contained in:
ikechan8370 2023-04-11 22:13:49 +08:00
parent 5119e17484
commit c0a596a608

View file

@ -15,7 +15,6 @@
"keyv": "^4.5.2",
"keyv-file": "^0.2.0",
"node-fetch": "^3.3.1",
"node-silk": "^0.1.0",
"openai": "^3.2.1",
"random": "^4.1.0",
"undici": "^5.21.0",
@ -23,6 +22,7 @@
"ws": "^8.13.0"
},
"optionalDependencies": {
"node-silk": "^0.1.0",
"jimp": "^0.22.7",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-recaptcha": "^3.6.8",