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
25 lines
564 B
JSON
25 lines
564 B
JSON
{
|
|
"name": "@lobechat/database",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@electric-sql/pglite": "^0.2.17",
|
|
"@lobechat/const": "workspace:*",
|
|
"@lobechat/types": "workspace:*",
|
|
"@lobechat/utils": "workspace:*",
|
|
"dayjs": "^1.11.13",
|
|
"drizzle-orm": "^0.44.4",
|
|
"nanoid": "^5.1.5",
|
|
"pg": "^8.16.3",
|
|
"random-words": "^2.0.1",
|
|
"ts-md5": "^2.0.1",
|
|
"ws": "^8.18.3"
|
|
}
|
|
}
|