add robot

This commit is contained in:
aozhiwei 2023-08-09 18:47:02 +08:00
parent d48525504b
commit e40991c23a

12
tools/robot/package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "robot",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {},
"dependencies": {
"axios": "^0.27.0",
"nodejs-websocket": "^1.7.2",
"protobufjs": "^6.11.2"
}
}