Initial commit

This commit is contained in:
Daniel Kluge
2023-10-02 12:28:45 +02:00
commit 696da82e10
4 changed files with 163 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "prototyp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.2.2"
}
}