More work on connector

This commit is contained in:
Daniel Kluge
2023-10-30 12:51:57 +01:00
parent 870fce9247
commit 523935a0d5
6 changed files with 131 additions and 30 deletions
+3 -1
View File
@@ -12,12 +12,14 @@
"devDependencies": {
"@types/express": "^4.17.19",
"@types/node": "^20.8.2",
"@types/uuid": "^9.0.6",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@aas-core-works/aas-core3.0-typescript": "^1.0.0-rc.3",
"express": "^4.18.2",
"mqtt": "^5.1.2"
"mqtt": "^5.1.2",
"uuid": "^9.0.1"
}
}