Files
FastGPT/projects/volume-manager/package.json
T
Archer cc3a91d009 Opensandbox (#6657)
* Opensandbox (#6651)

* volumn manager

* feat: opensandbox volumn

* perf: action (#6654)

* perf: action

* doc

* doc

* deploy tml

* update template
2026-03-26 18:25:57 +08:00

21 lines
429 B
JSON

{
"name": "@fastgpt/volume-manager",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "bun --watch src/index.ts",
"build": "bun build src/index.ts --outdir dist --target bun",
"start": "bun dist/index.js",
"test": "vitest --run"
},
"dependencies": {
"hono": "^4.6.0",
"zod": "^4"
},
"devDependencies": {
"@types/bun": "latest",
"vitest": "^2.0.0"
}
}