mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-08 01:08:43 +08:00
109a1f1898
* perf: codex-sandbox check * perf: codex sandbox * fix: build * add log in httperror * perf: sandbox * package version
47 lines
1.1 KiB
JSON
47 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/logger": "^0.1.2",
|
|
"@hono/node-server": "^1.13.7",
|
|
"ipaddr.js": "^2.3.0",
|
|
"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:"
|
|
}
|
|
}
|