Initial commit

This commit is contained in:
ChK
2026-02-01 13:25:03 +01:00
commit b20d92535b
39 changed files with 6260 additions and 0 deletions

25
package.json Executable file
View File

@@ -0,0 +1,25 @@
{
"name": "roboticsdriver_webservicetest",
"version": "1.0.0",
"description": "WebService is provieded here",
"main": "startRobot.js",
"scripts": {
"start": "node startRobot.js",
"test": "jest"
},
"author": "Ch Kendel",
"license": "ISC",
"dependencies": {
"config": "^3.3.12",
"express": "^4.18.2",
"jayson": "^4.1.0",
"jest": "^29.7.0",
"json-rpc-2.0": "^1.7.0",
"mock-socket": "^9.3.1",
"telnet-stream": "^1.1.0",
"wss": "^3.3.4"
},
"devDependencies": {
"jest-websocket-mock": "^2.5.0"
}
}