First skeleton

This commit is contained in:
Daniel Kluge
2023-10-16 12:55:31 +02:00
parent 696da82e10
commit 2bf455b44a
11 changed files with 189 additions and 40 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "prototyp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.8.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@aas-core-works/aas-core3.0rc02-typescript": "^1.0.0-rc.6"
}
}