chatgpt-plugin/package.json
2023-06-25 01:12:36 +08:00

47 lines
1.2 KiB
JSON

{
"name": "chatgpt-plugin",
"type": "module",
"author": "ikechan8370",
"dependencies": {
"@fastify/cookie": "^8.3.0",
"@fastify/cors": "^8.2.0",
"@fastify/static": "^6.9.0",
"@slack/bolt": "^3.13.0",
"@waylaidwanderer/chatgpt-api": "^1.36.0",
"asn1.js": "^5.0.0",
"chatgpt": "^5.2.4",
"delay": "^5.0.0",
"diff": "^5.1.0",
"emoji-strip": "^1.0.1",
"eventsource": "^2.0.2",
"eventsource-parser": "^1.0.0",
"fastify": "^4.13.0",
"form-data": "^4.0.0",
"https-proxy-agent": "5.0.1",
"js-tiktoken": "^1.0.5",
"keyv": "^4.5.2",
"keyv-file": "^0.2.0",
"microsoft-cognitiveservices-speech-sdk": "^1.27.0",
"node-fetch": "^3.3.1",
"openai": "^3.2.1",
"p-timeout": "^6.1.2",
"quick-lru": "6.1.1",
"random": "^4.1.0",
"undici": "^5.21.0",
"uuid": "^9.0.0",
"ws": "^8.13.0"
},
"optionalDependencies": {
"@node-rs/jieba": "^1.6.2",
"jimp": "^0.22.7",
"node-silk": "^0.1.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"sharp": "^0.31.3"
},
"devDependencies": {
"ts-node": "^10.9.1",
"ts-node-register": "^1.0.0"
}
}