mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-25 02:01:53 +08:00
cc3a91d009
* Opensandbox (#6651) * volumn manager * feat: opensandbox volumn * perf: action (#6654) * perf: action * doc * doc * deploy tml * update template
42 lines
974 B
JSON
42 lines
974 B
JSON
{
|
|
"name": "code-sandbox",
|
|
"version": "5.0.0",
|
|
"description": "FastGPT Code Sandbox - Bun + Hono + 统一子进程模型",
|
|
"author": "",
|
|
"private": true,
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"dev": "bun run --watch src/index.ts",
|
|
"start": "bun run src/index.ts",
|
|
"build": "sh build.sh",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": "9.x"
|
|
},
|
|
"dependencies": {
|
|
"@fastgpt-sdk/logger": "catalog:",
|
|
"@fastgpt/service": "workspace:*",
|
|
"axios": "catalog:",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "catalog:",
|
|
"dotenv": "^17.3.1",
|
|
"hono": "^4.7.6",
|
|
"lodash": "catalog:",
|
|
"moment": "^2.30.1",
|
|
"qs": "^6.13.1",
|
|
"tiktoken": "1.0.17",
|
|
"uuid": "^9.0.1",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.4",
|
|
"@types/node": "^20.14.2",
|
|
"vitest": "^3.0.9",
|
|
"@vitest/coverage-v8": "^3.0.9",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|