typescript rewrite

This commit is contained in:
adrian
2025-10-29 21:52:16 +01:00
parent 591efd8a77
commit d547df999f
7 changed files with 99 additions and 31 deletions

View File

@ -4,5 +4,23 @@
},
"devDependencies": {
"typescript": "^5.9.3"
}
},
"name": "web_tool",
"version": "1.0.0",
"description": "",
"main": "backend.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://gitea.adrianru.de/adrian/web_tool.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}