mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
* move utils * move utils * move utils * update * update * update * update * update * refactor to clean the tests * fix release workflow * fix tests * fix tests * fix tests * fix tests * fix tests * fix tests * try to fix client db migration issue * fix tests
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"name": "@lobechat/utils",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@lobechat/const": "workspace:*",
|
|
"@lobechat/types": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"vitest-canvas-mock": "^0.3.3"
|
|
}
|
|
}
|