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
17 lines
520 B
JSON
17 lines
520 B
JSON
{
|
|
"name": "@fastgpt/code-sandbox-runtime",
|
|
"version": "5.0.0",
|
|
"description": "Runtime-only deps for code-sandbox worker. Index/worker bundle are self-contained; this package.json exists solely to install whitelisted modules that the worker loads at runtime via safeRequire(name).",
|
|
"private": true,
|
|
"license": "UNLICENSED",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"crypto-js": "4.2.0",
|
|
"dayjs": "1.11.19",
|
|
"lodash": "4.17.23",
|
|
"moment": "2.30.1",
|
|
"qs": "6.13.1",
|
|
"uuid": "9.0.1"
|
|
}
|
|
}
|