feat: connect 消息上报 local_ip 和 external_ip
Made-with: Cursor
This commit is contained in:
12
package.json
12
package.json
@@ -9,14 +9,20 @@
|
||||
"scripts": {
|
||||
"start": "node bin/clawd.js"
|
||||
},
|
||||
"keywords": ["claw", "iot", "websocket", "daemon"],
|
||||
"keywords": [
|
||||
"claw",
|
||||
"iot",
|
||||
"websocket",
|
||||
"daemon"
|
||||
],
|
||||
"author": "stswangzhiping",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ws": "^8.18.0",
|
||||
"systeminformation": "^5.25.0"
|
||||
"ssh2": "^1.17.0",
|
||||
"systeminformation": "^5.25.0",
|
||||
"ws": "^8.18.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user