mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-28 13:39:28 +07: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.3.1",
|
|
"url-join": "^5.0.0"
|
|
}
|
|
}
|