More setup and an example componente

This commit is contained in:
Daniel Kluge
2023-10-16 18:29:16 +02:00
parent 2bf455b44a
commit 99fd86ff95
11 changed files with 1692 additions and 74 deletions
+5 -2
View File
@@ -2,7 +2,7 @@
"name": "prototyp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -10,10 +10,13 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.19",
"@types/node": "^20.8.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@aas-core-works/aas-core3.0rc02-typescript": "^1.0.0-rc.6"
"@aas-core-works/aas-core3.0rc02-typescript": "^1.0.0-rc.6",
"express": "^4.18.2"
}
}