mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: move node-silk to optional dependencies to avoid various installation problems
This commit is contained in:
parent
5119e17484
commit
c0a596a608
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue