16 lines
308 B
JSON
Executable File
16 lines
308 B
JSON
Executable File
{
|
|
"name": "roboticsdriver_webservicetest",
|
|
"version": "1.0.0",
|
|
"description": "WebService is provieded here",
|
|
"main": "3DInput.js",
|
|
"scripts": {
|
|
"start": "node 3DInput.js"
|
|
},
|
|
"author": "Ch Kendel",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"wss": "^3.3.4"
|
|
}
|
|
}
|