mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
* init cli project * Potential fix for code scanning alert no. 184: Uncontrolled command line Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * update * Potential fix for code scanning alert no. 185: Uncontrolled command line Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[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.0.0"
|
|
}
|
|
}
|