Initial commit
This commit is contained in:
15
package.json
Executable file
15
package.json
Executable file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user