mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00

* 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"
|
|
}
|
|
}
|