Files
appRobotControlScara/package.json
2026-04-22 13:47:51 +02:00

27 lines
593 B
JSON

{
"name": "fluidnc-webcontrol",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"test": "jest"
},
"dependencies": {
"express": "^4.22.1",
"telnet-stream": "^1.1.0",
"ws": "^8.19.0"
},
"description": "WebPage to show X-Z-Options. The FluidNC is connected to this app.",
"repository": {
"type": "git",
"url": "http://thinkcentre.local:3000/ChK/appRobotControlScara.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"jest": "^30.3.0"
}
}