mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "@fastgpt/global",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"axios": "^1.5.1",
|
|
"cheerio": "1.0.0-rc.12",
|
|
"dayjs": "^1.11.7",
|
|
"encoding": "^0.1.13",
|
|
"js-tiktoken": "^1.0.7",
|
|
"node-html-markdown": "^1.3.0",
|
|
"openai": "^4.20.1",
|
|
"timezones-list": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.8.5",
|
|
"@types/turndown": "^5.0.4"
|
|
}
|
|
}
|