Files
appRobotFileservice/package.json
2026-06-15 09:22:41 +02:00

20 lines
561 B
JSON

{
"name": "approbotfileservice",
"version": "0.1.0",
"description": "Programm-/File-Handling-Service für den AppRobot: speichert G-Code-Programme (.gcode + .json), hält das aktive Programm + Cursor und unterstützt Teaching/Playback. Wird vom appRobotDriver als Gateway angesprochen (FCodes).",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest"
},
"author": "Ch Kendel",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"ws": "^8.21.0"
},
"devDependencies": {
"jest": "^29.7.0"
}
}