mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
48d14bfb7e
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14 lines
240 B
JSON
14 lines
240 B
JSON
{
|
|
"name": "@lobechat/electron-client-ipc",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"devDependencies": {
|
|
"electron": "^39.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|