mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
b76e3c85b9
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"name": "@lobechat/electron-server-ipc",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest --coverage --silent='passed-only'"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "^4.1.12"
|
|
}
|
|
}
|