mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
16 lines
299 B
JSON
16 lines
299 B
JSON
{
|
|
"name": "@lobechat/const",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./currency": "./src/currency.ts"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"model-bank": "workspace:*",
|
|
"query-string": "^9.2.2",
|
|
"url-join": "^5.0.0"
|
|
}
|
|
}
|