mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:32:50 +00:00
Some checks failed
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
Deploy image by kubeconfig / build-fastgpt-docs-images (push) Has been cancelled
Deploy image to vercel / deploy-production (push) Has been cancelled
Deploy image by kubeconfig / update-docs-image (push) Has been cancelled
* perf: worker pool * perf: worker register * perf: worker controller * perf: system plugin worker * perf: system plugin worker * perf: worker * perf: worker * worker timeout * perf: copy icon
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"name": "@fastgpt/plugins",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"duck-duck-scrape": "^2.2.5",
|
|
"lodash": "^4.17.21",
|
|
"axios": "^1.5.1",
|
|
"expr-eval": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@fastgpt/global": "workspace:*",
|
|
"@fastgpt/service": "workspace:*",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/node": "20.14.0"
|
|
}
|
|
}
|