mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-08 01:08:43 +08:00
9afbf2d8b5
* chore: bump and clean deps * fix: action workflow
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@fastgpt/code-sandbox",
|
|
"version": "5.0.0",
|
|
"description": "FastGPT Code Sandbox - Node + Hono + 统一子进程模型",
|
|
"author": "",
|
|
"private": true,
|
|
"license": "UNLICENSED",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"start": "node dist/index.js",
|
|
"build": "sh build.sh",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": "10.x"
|
|
},
|
|
"dependencies": {
|
|
"@fastgpt-sdk/otel": "workspace:*",
|
|
"@hono/node-server": "^1.13.7",
|
|
"@fastgpt/global": "workspace:*",
|
|
"@t3-oss/env-core": "catalog:",
|
|
"acorn": "^8.15.0",
|
|
"acorn-walk": "^8.3.4",
|
|
"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/node": "catalog:",
|
|
"tsdown": "catalog:",
|
|
"tsx": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vitest": "catalog:",
|
|
"@vitest/coverage-v8": "catalog:"
|
|
}
|
|
}
|