Split lib from modules

This commit is contained in:
Daniel Kluge
2023-11-01 21:41:10 +01:00
parent cab50cda6a
commit 71ef5f32c0
16 changed files with 1721 additions and 2460 deletions
+1 -4
View File
@@ -9,17 +9,14 @@
"keywords": [],
"author": "",
"license": "ISC",
"types": "dist/index.d.ts",
"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",
"uuid": "^9.0.1"
}
}