mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
6c8976b641
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
21 lines
411 B
JSON
21 lines
411 B
JSON
{
|
|
"name": "@lobechat/device-gateway-client",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "bunx vitest run --silent='passed-only'",
|
|
"test:coverage": "bunx vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.18.1",
|
|
"vitest": "^3.2.6"
|
|
}
|
|
}
|