mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-27 22:56:29 +00:00
Some checks are pending
Deploy image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy image by kubeconfig / update-docs-image (push) Blocked by required conditions
Deploy image to vercel / deploy-production (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
* perf: revert tip * feat: create copy app * perf: file stream read * perf: read directory over 100 files * perf: index * fix: team chat api error * lock * fix: i18n file
11 lines
212 B
JSON
11 lines
212 B
JSON
{
|
|
"name": "@fastgpt/plugins",
|
|
"version": "1.0.0",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.2",
|
|
"@fastgpt/global": "workspace:*",
|
|
"@fastgpt/service": "workspace:*"
|
|
}
|
|
}
|