Files
FastGPT/sdk/storage/package.json
Archer 7a6601394d perf: agent pause (#6588)
* doc

* feat: Pause Recovery (#6494)

* feat: Pause Recovery

* agent pause

* agent pause

* fix:agent pause

* fix:agent pause

* perf: pause agent call

* fix: test

---------

Co-authored-by: archer <545436317@qq.com>

* fix: image read and json error (Agent) (#6502)

* fix:
1.image read
2.JSON parsing error

* dataset cite and pause

* perf: plancall second parse

* add test

---------

Co-authored-by: archer <545436317@qq.com>

* master message

* remove invalid code

* fix: pause agent (#6595)

* fix: ask and step result

* delete console

* udpate pnpm version

* prettier

---------

Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com>
2026-03-20 18:07:29 +08:00

66 lines
1.4 KiB
JSON

{
"name": "@fastgpt-sdk/storage",
"private": false,
"version": "0.6.15",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"description": "FastGPT SDK for object storage",
"author": "FastGPT",
"repository": {
"type": "git",
"url": "https://github.com/labring/FastGPT.git",
"directory": "FastGPT/packages/storage"
},
"homepage": "https://github.com/labring/FastGPT",
"bugs": {
"url": "https://github.com/labring/FastGPT/issues"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20",
"pnpm": "9.x"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"license": "Apache-2.0",
"keywords": [
"object-storage",
"storage",
"aws-s3",
"cos",
"minio",
"oss"
],
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.948.0",
"@aws-sdk/lib-storage": "^3.948.0",
"@aws-sdk/s3-request-presigner": "^3.952.0",
"ali-oss": "^6.23.0",
"cos-nodejs-sdk-v5": "^2.15.4",
"es-toolkit": "^1.43.0",
"minio": "catalog:",
"vitest": "^4.0.16"
},
"devDependencies": {
"@types/ali-oss": "^6.16.13",
"@types/node": "catalog:",
"tsdown": "catalog:",
"typescript": "catalog:"
}
}